1 write to _originalHandleValue
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\SafeHandleMarshaller.cs (1)
87
_originalHandleValue
= handle.DangerousGetHandle();
2 references to _originalHandleValue
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\SafeHandleMarshaller.cs (2)
94
public IntPtr ToUnmanaged() =>
_originalHandleValue
;
102
if (value ==
_originalHandleValue
)