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