5 references to ERR_BadIndexerNameAttr
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
871or ErrorCode.ERR_BadIndexerNameAttr
Symbols\Source\SourcePropertySymbolBase.cs (1)
1722diagnostics.Add(ErrorCode.ERR_BadIndexerNameAttr, node.Name.Location, node.GetErrorDisplayName());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\SymbolErrorTests.cs (3)
4879Diagnostic(ErrorCode.ERR_BadIndexerNameAttr, "IndexerName").WithArguments("IndexerName"), 4881Diagnostic(ErrorCode.ERR_BadIndexerNameAttr, "IndexerName").WithArguments("IndexerName"), 4922Diagnostic(ErrorCode.ERR_BadIndexerNameAttr, @"Alias").WithArguments("Alias"));