11 references to WRN_CmdOptionConflictsSource
Microsoft.CodeAnalysis.CSharp (7)
Errors\ErrorFacts.cs (2)
358
case ErrorCode.
WRN_CmdOptionConflictsSource
:
1277
or ErrorCode.
WRN_CmdOptionConflictsSource
Generated\ErrorFacts.Generated.cs (1)
87
case ErrorCode.
WRN_CmdOptionConflictsSource
:
Symbols\Source\SourceAssemblySymbol.cs (4)
775
diagnostics.Add(ErrorCode.
WRN_CmdOptionConflictsSource
, NoLocation.Singleton, "DelaySign", AttributeDescription.AssemblyDelaySignAttribute.FullName);
780
diagnostics.Add(ErrorCode.
WRN_CmdOptionConflictsSource
, NoLocation.Singleton,
820
diagnostics.Add(ErrorCode.
WRN_CmdOptionConflictsSource
, NoLocation.Singleton, "CryptoKeyContainer", AttributeDescription.AssemblyKeyNameAttribute.FullName);
857
diagnostics.Add(ErrorCode.
WRN_CmdOptionConflictsSource
, NoLocation.Singleton, "CryptoKeyFile", AttributeDescription.AssemblyKeyFileAttribute.FullName);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Attributes\InternalsVisibleToAndStrongNameTests.cs (4)
417
other.VerifyDiagnostics(Diagnostic(ErrorCode.
WRN_CmdOptionConflictsSource
).WithArguments("CryptoKeyFile", "System.Reflection.AssemblyKeyFileAttribute"));
429
other.VerifyDiagnostics(Diagnostic(ErrorCode.
WRN_CmdOptionConflictsSource
).WithArguments("CryptoKeyContainer", "System.Reflection.AssemblyKeyNameAttribute"));
662
Diagnostic(ErrorCode.
WRN_CmdOptionConflictsSource
).WithArguments("PublicSign", "System.Reflection.AssemblyDelaySignAttribute").WithLocation(1, 1));
1927
other.VerifyDiagnostics(Diagnostic(ErrorCode.
WRN_CmdOptionConflictsSource
).WithArguments("DelaySign", "System.Reflection.AssemblyDelaySignAttribute"));