1 write to _fullyInitialized
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeHandle.cs (1)
83Volatile.Write(ref _fullyInitialized, true);
5 references to _fullyInitialized
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeHandle.cs (5)
88if (_fullyInitialized) 121Debug.Assert(_fullyInitialized); 127Debug.Assert(_fullyInitialized); 160Debug.Assert(_fullyInitialized); 198Debug.Assert(_fullyInitialized || disposeOrFinalizeOperation);