16 references to WRN_InlineArrayIndexerNotUsed
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
555case ErrorCode.WRN_InlineArrayIndexerNotUsed: 2405or ErrorCode.WRN_InlineArrayIndexerNotUsed
Generated\ErrorFacts.Generated.cs (1)
323case ErrorCode.WRN_InlineArrayIndexerNotUsed:
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1999diagnostics.Add(ErrorCode.WRN_InlineArrayIndexerNotUsed, indexer.TryGetFirstLocation() ?? GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (11)
Semantics\InlineArrayTests.cs (11)
8217Diagnostic(ErrorCode.WRN_InlineArrayIndexerNotUsed, "this").WithLocation(22, 14) 8305Diagnostic(ErrorCode.WRN_InlineArrayIndexerNotUsed, "this").WithLocation(22, 14) 17595Diagnostic(ErrorCode.WRN_InlineArrayIndexerNotUsed, "this").WithLocation(27, 14) 17666Diagnostic(ErrorCode.WRN_InlineArrayIndexerNotUsed, "this").WithLocation(17, 14) 17713Diagnostic(ErrorCode.WRN_InlineArrayIndexerNotUsed, "this").WithLocation(27, 14) 17788Diagnostic(ErrorCode.WRN_InlineArrayIndexerNotUsed, "this").WithLocation(27, 14), 22955Diagnostic(ErrorCode.WRN_InlineArrayIndexerNotUsed, "this").WithLocation(7, 12) 22961Diagnostic(ErrorCode.WRN_InlineArrayIndexerNotUsed, "this").WithLocation(7, 12) 22988Diagnostic(ErrorCode.WRN_InlineArrayIndexerNotUsed, "this").WithLocation(7, 12) 23015Diagnostic(ErrorCode.WRN_InlineArrayIndexerNotUsed, "this").WithLocation(7, 12) 23063Diagnostic(ErrorCode.WRN_InlineArrayIndexerNotUsed, "this").WithLocation(10, 19)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
312case ErrorCode.WRN_InlineArrayIndexerNotUsed: