1 write to _ownsHandle
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeHandle.cs (1)
61_ownsHandle = ownsHandle;
2 references to _ownsHandle
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeHandle.cs (2)
87internal bool OwnsHandle => _ownsHandle; 231_ownsHandle &&