23 references to WRN_LowercaseEllSuffix
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (2)
7348diagnostics.Add(new CSDiagnosticInfo(ErrorCode.WRN_LowercaseEllSuffix), Location.Create(node.SyntaxTree, new TextSpan(token.Span.End - 1, 1))); 7352diagnostics.Add(new CSDiagnosticInfo(ErrorCode.WRN_LowercaseEllSuffix), Location.Create(node.SyntaxTree, new TextSpan(token.Span.End - 2, 1)));
Errors\ErrorFacts.cs (2)
254case ErrorCode.WRN_LowercaseEllSuffix: 691or ErrorCode.WRN_LowercaseEllSuffix
Generated\ErrorFacts.Generated.cs (1)
11case ErrorCode.WRN_LowercaseEllSuffix:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
12567new CSDiagnostic(new CSDiagnosticInfo(ErrorCode.WRN_LowercaseEllSuffix), Location.None).GetMessage(CultureInfo.InvariantCulture),
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (6)
CodeGen\CodeGenImplicitlyTypeArraysTests.cs (6)
132Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(15, 54), 135Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(15, 88), 138Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(15, 93), 144Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(17, 84), 147Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(17, 118), 150Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(17, 123),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ScriptSemanticsTests.cs (1)
935Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l"),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Compilation\CompilationAPITests.cs (6)
83Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(1, 22)); 95Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(1, 22), 158Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(1, 22).WithWarningAsError(true)); 177Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(1, 23).WithWarningAsError(true), 213Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(1, 23), 227Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(1, 39)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
LexicalAndXml\LexicalErrorTests.cs (3)
2027Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(6, 20), 2030Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(7, 21), 2033Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(8, 22));
Parsing\ValueTupleTests.cs (1)
722Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(4, 21),