8 references to Release
Microsoft.Private.Windows.Core (8)
System\DisposeHelper.cs (1)
33localComPointer->Release();
Windows\Win32\System\Com\AgileComPointer.cs (1)
88uint count = ((IUnknown*)@interface)->Release();
Windows\Win32\System\Com\ComHelpers.cs (2)
132ccw->Release(); 236uint count = unknown->Release();
Windows\Win32\System\Com\ComScope.cs (3)
11/// to ensure <see cref="ComUnknown.Release"/> is called when going out of scope with the using. 118unknown->Release(); 135unknown->Release();
Windows\Win32\System\Com\STGMEDIUM.cs (1)
41pUnkForRelease->Release();