5 references to WRN_LowercaseEllSuffix
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Expressions.cs (2)
7327diagnostics.Add(new CSDiagnosticInfo(ErrorCode.WRN_LowercaseEllSuffix), Location.Create(node.SyntaxTree, new TextSpan(token.Span.End - 1, 1))); 7331diagnostics.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: 689or ErrorCode.WRN_LowercaseEllSuffix
Generated\ErrorFacts.Generated.cs (1)
11case ErrorCode.WRN_LowercaseEllSuffix: