5 references to ERR_BadIndexerNameAttr
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
883or ErrorCode.ERR_BadIndexerNameAttr
Symbols\Source\SourcePropertySymbolBase.cs (1)
1763diagnostics.Add(ErrorCode.ERR_BadIndexerNameAttr, node.Name.Location, node.GetErrorDisplayName());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\SymbolErrorTests.cs (3)
4908Diagnostic(ErrorCode.ERR_BadIndexerNameAttr, "IndexerName").WithArguments("IndexerName"), 4910Diagnostic(ErrorCode.ERR_BadIndexerNameAttr, "IndexerName").WithArguments("IndexerName"), 4951Diagnostic(ErrorCode.ERR_BadIndexerNameAttr, @"Alias").WithArguments("Alias"));