1 write to _state
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (1)
154_state = InternalState.Unloading;
3 references to _state
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (3)
124Debug.Assert(_state != InternalState.Unloading); 145previousState = _state; 494if (_state != InternalState.Alive)