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)
123
Debug.Assert(
_state
!= InternalState.Unloading);
144
previousState =
_state
;
493
if (
_state
!= InternalState.Alive)