1 write to _state
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (1)
153_state = InternalState.Unloading;
3 references to _state
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (3)
123Debug.Assert(_state != InternalState.Unloading); 144previousState = _state; 493if (_state != InternalState.Alive)