3 references to S_OK
Microsoft.DotNet.SignCheckLibrary (3)
Interop\StructuredStorage.cs (2)
50if ((hresult == S_OK) && (rootStorage != null)) 112int hr = StructuredStorage.S_OK;
Verification\OleStorageSecurityInfoProvider.cs (1)
34if (hr != StructuredStorage.S_OK || storage == null)