4 references to WRN_InlineArrayIndexerNotUsed
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
540case ErrorCode.WRN_InlineArrayIndexerNotUsed: 2380or ErrorCode.WRN_InlineArrayIndexerNotUsed
Generated\ErrorFacts.Generated.cs (1)
324case ErrorCode.WRN_InlineArrayIndexerNotUsed:
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1847diagnostics.Add(ErrorCode.WRN_InlineArrayIndexerNotUsed, indexer.TryGetFirstLocation() ?? GetFirstLocation());