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