23 references to WRN_LowercaseEllSuffix
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (2)
6230diagnostics.Add(new CSDiagnosticInfo(ErrorCode.WRN_LowercaseEllSuffix), Location.Create(node.SyntaxTree, new TextSpan(token.Span.End - 1, 1))); 6234diagnostics.Add(new CSDiagnosticInfo(ErrorCode.WRN_LowercaseEllSuffix), Location.Create(node.SyntaxTree, new TextSpan(token.Span.End - 2, 1)));
Errors\ErrorFacts.cs (2)
241case ErrorCode.WRN_LowercaseEllSuffix: 630case ErrorCode.WRN_LowercaseEllSuffix:
Generated\ErrorFacts.Generated.cs (1)
11case ErrorCode.WRN_LowercaseEllSuffix:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
12248new CSDiagnostic(new CSDiagnosticInfo(ErrorCode.WRN_LowercaseEllSuffix), Location.None).GetMessage(CultureInfo.InvariantCulture),
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (6)
CodeGen\CodeGenImplicitlyTypeArraysTests.cs (6)
131Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(15, 54), 134Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(15, 88), 137Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(15, 93), 143Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(17, 84), 146Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(17, 118), 149Diagnostic(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)
85Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(1, 22)); 97Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(1, 22), 160Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(1, 22).WithWarningAsError(true)); 179Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(1, 23).WithWarningAsError(true), 215Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(1, 23), 229Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(1, 39)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
LexicalAndXml\LexicalErrorTests.cs (3)
1513Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(6, 20), 1516Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(7, 21), 1519Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(8, 22));
Parsing\ValueTupleTests.cs (1)
722Diagnostic(ErrorCode.WRN_LowercaseEllSuffix, "l").WithLocation(4, 21),