18 references to WRN_CLS_BadIdentifier
Microsoft.CodeAnalysis.CSharp (4)
Compiler\ClsComplianceChecker.cs (1)
949this.AddDiagnostic(ErrorCode.WRN_CLS_BadIdentifier, symbol.Locations[0], name);
Errors\ErrorFacts.cs (2)
376case ErrorCode.WRN_CLS_BadIdentifier: 1465case 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)
1975Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_A").WithArguments("_A"), 1978Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, @"\u005FB").WithArguments("_B")); 2012Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_NS1").WithArguments("_NS1"), 2015Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_NS2").WithArguments("_NS2"), 2018Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_M").WithArguments("_M"), 2021Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_P").WithArguments("_P"), 2024Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_E").WithArguments("_E"), 2027Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_F").WithArguments("_F"), 2030Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_NC").WithArguments("_NC"), 2033Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_NI").WithArguments("_NI"), 2036Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_NS").WithArguments("_NS"), 2039Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_ND").WithArguments("_ND"), 2071Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_M").WithArguments("_M"));
Symbols\SymbolErrorTests.cs (1)
18895Diagnostic(ErrorCode.WRN_CLS_BadIdentifier, "_a").WithArguments("_a"));