11 references to WRN_CmdOptionConflictsSource
Microsoft.CodeAnalysis.CSharp (7)
Errors\ErrorFacts.cs (2)
345
case ErrorCode.
WRN_CmdOptionConflictsSource
:
1215
case ErrorCode.
WRN_CmdOptionConflictsSource
:
Generated\ErrorFacts.Generated.cs (1)
87
case ErrorCode.
WRN_CmdOptionConflictsSource
:
Symbols\Source\SourceAssemblySymbol.cs (4)
770
diagnostics.Add(ErrorCode.
WRN_CmdOptionConflictsSource
, NoLocation.Singleton, "DelaySign", AttributeDescription.AssemblyDelaySignAttribute.FullName);
775
diagnostics.Add(ErrorCode.
WRN_CmdOptionConflictsSource
, NoLocation.Singleton,
815
diagnostics.Add(ErrorCode.
WRN_CmdOptionConflictsSource
, NoLocation.Singleton, "CryptoKeyContainer", AttributeDescription.AssemblyKeyNameAttribute.FullName);
852
diagnostics.Add(ErrorCode.
WRN_CmdOptionConflictsSource
, NoLocation.Singleton, "CryptoKeyFile", AttributeDescription.AssemblyKeyFileAttribute.FullName);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
Attributes\InternalsVisibleToAndStrongNameTests.cs (4)
378
other.VerifyDiagnostics(Diagnostic(ErrorCode.
WRN_CmdOptionConflictsSource
).WithArguments("CryptoKeyFile", "System.Reflection.AssemblyKeyFileAttribute"));
390
other.VerifyDiagnostics(Diagnostic(ErrorCode.
WRN_CmdOptionConflictsSource
).WithArguments("CryptoKeyContainer", "System.Reflection.AssemblyKeyNameAttribute"));
609
Diagnostic(ErrorCode.
WRN_CmdOptionConflictsSource
).WithArguments("PublicSign", "System.Reflection.AssemblyDelaySignAttribute").WithLocation(1, 1));
1874
other.VerifyDiagnostics(Diagnostic(ErrorCode.
WRN_CmdOptionConflictsSource
).WithArguments("DelaySign", "System.Reflection.AssemblyDelaySignAttribute"));