1 write to _instancePointer
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
41_instancePointer = IUnknownStrategy.CreateInstancePointer(thisPointer);
3 references to _instancePointer
System.Runtime.InteropServices (3)
System\Runtime\InteropServices\Marshalling\ComObject.cs (3)
55IUnknownStrategy.Release(_instancePointer); 88IUnknownStrategy.Release(_instancePointer); 128int hr = IUnknownStrategy.QueryInterface(_instancePointer, details.Iid, out void* ppv);