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