16 references to WRN_InlineArrayIndexerNotUsed
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
550
case ErrorCode.
WRN_InlineArrayIndexerNotUsed
:
2397
or ErrorCode.
WRN_InlineArrayIndexerNotUsed
Generated\ErrorFacts.Generated.cs (1)
323
case ErrorCode.
WRN_InlineArrayIndexerNotUsed
:
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1915
diagnostics.Add(ErrorCode.
WRN_InlineArrayIndexerNotUsed
, indexer.TryGetFirstLocation() ?? GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (11)
Semantics\InlineArrayTests.cs (11)
8172
Diagnostic(ErrorCode.
WRN_InlineArrayIndexerNotUsed
, "this").WithLocation(22, 14)
8260
Diagnostic(ErrorCode.
WRN_InlineArrayIndexerNotUsed
, "this").WithLocation(22, 14)
17550
Diagnostic(ErrorCode.
WRN_InlineArrayIndexerNotUsed
, "this").WithLocation(27, 14)
17621
Diagnostic(ErrorCode.
WRN_InlineArrayIndexerNotUsed
, "this").WithLocation(17, 14)
17668
Diagnostic(ErrorCode.
WRN_InlineArrayIndexerNotUsed
, "this").WithLocation(27, 14)
17743
Diagnostic(ErrorCode.
WRN_InlineArrayIndexerNotUsed
, "this").WithLocation(27, 14),
22912
Diagnostic(ErrorCode.
WRN_InlineArrayIndexerNotUsed
, "this").WithLocation(7, 12)
22918
Diagnostic(ErrorCode.
WRN_InlineArrayIndexerNotUsed
, "this").WithLocation(7, 12)
22945
Diagnostic(ErrorCode.
WRN_InlineArrayIndexerNotUsed
, "this").WithLocation(7, 12)
22972
Diagnostic(ErrorCode.
WRN_InlineArrayIndexerNotUsed
, "this").WithLocation(7, 12)
23020
Diagnostic(ErrorCode.
WRN_InlineArrayIndexerNotUsed
, "this").WithLocation(10, 19)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
312
case ErrorCode.
WRN_InlineArrayIndexerNotUsed
: