5 references to ERR_SignButNoPrivateKey
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1543
case ErrorCode.
ERR_SignButNoPrivateKey
:
Symbols\Source\SourceAssemblySymbol.cs (1)
623
diagnostics.Add(ErrorCode.
ERR_SignButNoPrivateKey
, NoLocation.Singleton, StrongNameKeys.KeyFilePath);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Attributes\InternalsVisibleToAndStrongNameTests.cs (3)
1598
Assert.True(success.Diagnostics[0].Code == (int)ErrorCode.
ERR_SignButNoPrivateKey
);
1767
other.VerifyDiagnostics(Diagnostic(ErrorCode.
ERR_SignButNoPrivateKey
).WithArguments(s_publicKeyFile));
1776
assembly.VerifyDiagnostics(Diagnostic(ErrorCode.
ERR_SignButNoPrivateKey
).WithArguments(s_publicKeyFile));