2 implementations of Release
System.Private.Windows.Core (1)
Windows\Win32\System\Com\GlobalInterfaceTable.UnknownStrategy.cs (1)
28int IIUnknownStrategy.Release(void* instancePtr)
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\FreeThreadedStrategy.cs (1)
33unsafe int IIUnknownStrategy.Release(void* thisPtr)
4 references to Release
System.Runtime.InteropServices (4)
System\Runtime\InteropServices\Marshalling\ComObject.cs (3)
57IUnknownStrategy.Release(_instancePointer); 90IUnknownStrategy.Release(_instancePointer); 145_ = IUnknownStrategy.Release(ppv);
System\Runtime\InteropServices\Marshalling\DefaultCaching.cs (1)
42_ = unknownStrategy.Release(info.ThisPtr);