Browse Source

Remove LoadedAssembly.WaitUntilLoaded

pull/2665/head
Siegfried Pammer 3 years ago
parent
commit
35440d9974
  1. 9
      ICSharpCode.ILSpyX/LoadedAssembly.cs

9
ICSharpCode.ILSpyX/LoadedAssembly.cs

@ -668,14 +668,5 @@ namespace ICSharpCode.ILSpyX
} }
UniversalAssemblyResolver? universalResolver; UniversalAssemblyResolver? universalResolver;
/// <summary>
/// Wait until the assembly is loaded.
/// Throws an AggregateException when loading the assembly fails.
/// </summary>
public void WaitUntilLoaded()
{
loadingTask.Wait();
}
} }
} }

Loading…
Cancel
Save