5 references to WRN_LowercaseEllSuffix
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (2)
7294diagnostics.Add(new CSDiagnosticInfo(ErrorCode.WRN_LowercaseEllSuffix), Location.Create(node.SyntaxTree, new TextSpan(token.Span.End - 1, 1))); 7298diagnostics.Add(new CSDiagnosticInfo(ErrorCode.WRN_LowercaseEllSuffix), Location.Create(node.SyntaxTree, new TextSpan(token.Span.End - 2, 1)));
Errors\ErrorFacts.cs (2)
250case ErrorCode.WRN_LowercaseEllSuffix: 683or ErrorCode.WRN_LowercaseEllSuffix
Generated\ErrorFacts.Generated.cs (1)
11case ErrorCode.WRN_LowercaseEllSuffix: