1 write to _fullyInitialized
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeHandle.cs (1)
76Volatile.Write(ref _fullyInitialized, true);
5 references to _fullyInitialized
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeHandle.cs (5)
81if (_fullyInitialized) 114Debug.Assert(_fullyInitialized); 120Debug.Assert(_fullyInitialized); 153Debug.Assert(_fullyInitialized); 191Debug.Assert(_fullyInitialized || disposeOrFinalizeOperation);