2 writes to _handleToReturn
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\SafeHandleMarshaller.cs (2)
104_handleToReturn = _handle; 109_handleToReturn = _newHandle;
1 reference to _handleToReturn
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\SafeHandleMarshaller.cs (1)
125public T ToManagedFinally() => _handleToReturn!;