Browse Source

Fix bug occurring when trying to load .netmodule reference after invoking LoadedAssembly.DisableAssemblyLoad()

pull/1968/head
Siegfried Pammer 5 years ago
parent
commit
32dad4f476
  1. 1
      ILSpy/AssemblyList.cs

1
ILSpy/AssemblyList.cs

@ -146,6 +146,7 @@ namespace ICSharpCode.ILSpy
internal void ClearCache() internal void ClearCache()
{ {
assemblyLookupCache.Clear(); assemblyLookupCache.Clear();
moduleLookupCache.Clear();
} }
public LoadedAssembly Open(string assemblyUri, bool isAutoLoaded = false) public LoadedAssembly Open(string assemblyUri, bool isAutoLoaded = false)

Loading…
Cancel
Save