4 references to S_OK
Microsoft.DotNet.SignCheckLibrary (4)
Verification\PortableExecutableVerifier.cs (3)
61svr.IsStrongNameSigned = hresult == StrongName.S_OK; 64if (hresult != StrongName.S_OK) 72if (hresult == StrongName.S_OK)
Verification\StrongName.cs (1)
35if (hresult == S_OK)