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)
87
internal bool OwnsHandle =>
_ownsHandle
;
231
_ownsHandle
&&