2 implementations of CreateInstancePointer
System.Private.Windows.Core (1)
Windows\Win32\System\Com\GlobalInterfaceTable.UnknownStrategy.cs (1)
18void* IIUnknownStrategy.CreateInstancePointer(void* unknown)
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\FreeThreadedStrategy.cs (1)
13void* IIUnknownStrategy.CreateInstancePointer(void* unknown)
1 reference to CreateInstancePointer
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
43_instancePointer = IUnknownStrategy.CreateInstancePointer(thisPointer);