6 references to WRN_NegativeArrayIndex
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
9746
Error(diagnostics, ErrorCode.
WRN_NegativeArrayIndex
, index.Syntax);
Errors\ErrorFacts.cs (2)
293
case ErrorCode.
WRN_NegativeArrayIndex
:
819
or ErrorCode.
WRN_NegativeArrayIndex
Generated\ErrorFacts.Generated.cs (1)
24
case ErrorCode.
WRN_NegativeArrayIndex
:
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (1)
IOperation\IOperationTests_IArrayElementReferenceExpression.cs (1)
984
Diagnostic(ErrorCode.
WRN_NegativeArrayIndex
, "-1").WithLocation(6, 32)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
19728
Diagnostic(ErrorCode.
WRN_NegativeArrayIndex
, "-1"),