1 write to _newHandle
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshalling\SafeHandleMarshaller.cs (1)
165
_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)
175
Marshal.InitHandle(
_newHandle
, value);
182
public T ToManaged() =>
_newHandle
;
194
_newHandle
.Dispose();