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