5 references to WRN_CLS_BadIdentifierCase
Microsoft.CodeAnalysis.CSharp (5)
Compiler\ClsComplianceChecker.cs (2)
896
this.AddDiagnostic(ErrorCode.
WRN_CLS_BadIdentifierCase
, symbol.GetFirstLocation(), symbol);
921
this.AddDiagnostic(ErrorCode.
WRN_CLS_BadIdentifierCase
, symbol.GetFirstLocation(), symbol);
Errors\ErrorFacts.cs (2)
382
case ErrorCode.
WRN_CLS_BadIdentifierCase
:
1514
or ErrorCode.
WRN_CLS_BadIdentifierCase
Generated\ErrorFacts.Generated.cs (1)
129
case ErrorCode.
WRN_CLS_BadIdentifierCase
: