18 references to WRN_CLS_BadIdentifier
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
956this.AddDiagnostic(ErrorCode.WRN_CLS_BadIdentifier, symbol.GetFirstLocation(), name);
Errors\ErrorFacts.cs (2)
389case ErrorCode.WRN_CLS_BadIdentifier: 1526or ErrorCode.WRN_CLS_BadIdentifier
Generated\ErrorFacts.Generated.cs (1)
132case ErrorCode.WRN_CLS_BadIdentifier:
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (14)
Symbols\Source\ClsComplianceTests.cs (13)
1974Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_A").WithArguments("_A"), 1977Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, @"\u005FB").WithArguments("_B")); 2011Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_NS1").WithArguments("_NS1"), 2014Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_NS2").WithArguments("_NS2"), 2017Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_M").WithArguments("_M"), 2020Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_P").WithArguments("_P"), 2023Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_E").WithArguments("_E"), 2026Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_F").WithArguments("_F"), 2029Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_NC").WithArguments("_NC"), 2032Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_NI").WithArguments("_NI"), 2035Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_NS").WithArguments("_NS"), 2038Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_ND").WithArguments("_ND"), 2070Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_M").WithArguments("_M"));
Symbols\SymbolErrorTests.cs (1)
19040Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_a").WithArguments("_a"));