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)
108Marshal.InitHandle(_newHandle, value); 109_handleToReturn = _newHandle; 142_newHandle.Dispose();