1 write to _newHandle
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\SafeHandleMarshaller.cs (1)
76
_newHandle
= Activator.CreateInstance<T>();
3 references to _newHandle
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\SafeHandleMarshaller.cs (3)
108
Marshal.InitHandle(
_newHandle
, value);
109
_handleToReturn =
_newHandle
;
142
_newHandle
.Dispose();