11 references to SafeArrayDestroy
System.Private.Windows.Core (1)
Windows\Win32\System\Com\SafeArrayScope.cs (1)
246PInvokeCore.SafeArrayDestroy(safeArray).ThrowOnFailure();
System.Windows.Forms.Primitives.Tests (10)
Interop\Oleaut32\SAFEARRAYTests.cs (7)
80HRESULT hr = PInvokeCore.SafeArrayDestroy(psa); 116HRESULT hr = PInvokeCore.SafeArrayDestroy(psa); 207HRESULT hr = PInvokeCore.SafeArrayDestroy(psa); 255PInvokeCore.SafeArrayDestroy(psa); 302PInvokeCore.SafeArrayDestroy(psa); 356PInvokeCore.SafeArrayDestroy(psa); 410PInvokeCore.SafeArrayDestroy(psa);
Windows\Win32\System\Com\ComSafeArrayScopeTests.cs (1)
21PInvokeCore.SafeArrayDestroy(array);
Windows\Win32\System\Com\SafeArrayScopeTests.cs (2)
83PInvokeCore.SafeArrayDestroy(array); 98PInvokeCore.SafeArrayDestroy(array);