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)
175Marshal.InitHandle(_newHandle, value); 182public T ToManaged() => _newHandle; 194_newHandle.Dispose();