4 references to S_OK
Microsoft.DotNet.SignCheckLibrary (4)
Verification\PortableExecutableVerifier.cs (3)
60svr.IsStrongNameSigned = hresult == StrongName.S_OK; 63if (hresult != StrongName.S_OK) 71if (hresult == StrongName.S_OK)
Verification\StrongName.cs (1)
33if (hresult == S_OK)