1 implementation of Release
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)
55IUnknownStrategy.Release(_instancePointer); 88IUnknownStrategy.Release(_instancePointer); 143_ = IUnknownStrategy.Release(ppv);
System\Runtime\InteropServices\Marshalling\DefaultCaching.cs (1)
42_ = unknownStrategy.Release(info.ThisPtr);