1 write to _handle
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\SafeHandleMarshaller.cs (1)
31
_handle
= handle;
2 references to _handle
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\SafeHandleMarshaller.cs (2)
39
public IntPtr ToUnmanaged() =>
_handle
!.DangerousGetHandle();
48
_handle
!.DangerousRelease();