5 references to ERR_SignButNoPrivateKey
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1604or ErrorCode.ERR_SignButNoPrivateKey
Symbols\Source\SourceAssemblySymbol.cs (1)
628diagnostics.Add(ErrorCode.ERR_SignButNoPrivateKey, NoLocation.Singleton, StrongNameKeys.KeyFilePath);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Attributes\InternalsVisibleToAndStrongNameTests.cs (3)
1651Assert.True(success.Diagnostics[0].Code == (int)ErrorCode.ERR_SignButNoPrivateKey); 1820other.VerifyDiagnostics(Diagnostic(ErrorCode.ERR_SignButNoPrivateKey).WithArguments(s_publicKeyFile)); 1829assembly.VerifyDiagnostics(Diagnostic(ErrorCode.ERR_SignButNoPrivateKey).WithArguments(s_publicKeyFile));