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)
94public IntPtr ToUnmanaged() => _originalHandleValue; 102if (value == _originalHandleValue)