ICSharpCode.ILSpy.LoadedAssembly.DecrementAssemblyLoadDisableCount.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
			public void Dispose()
			{
				if (!disposed) {
					disposed = true;
					assemblyLoadDisableCount--;
					// clear the lookup cache since we might have stored the lookups failed due to DisableAssemblyLoad()
					//MainWindow.Instance.CurrentAssemblyList.ClearCache();
				}
			}
		}
LoadedAssembly.DecrementAssemblyLoadDisableCount