6 references to WRN_NegativeArrayIndex
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
8019
Error(diagnostics, ErrorCode.
WRN_NegativeArrayIndex
, index.Syntax);
Errors\ErrorFacts.cs (2)
280
case ErrorCode.
WRN_NegativeArrayIndex
:
758
case ErrorCode.
WRN_NegativeArrayIndex
:
Generated\ErrorFacts.Generated.cs (1)
24
case ErrorCode.
WRN_NegativeArrayIndex
:
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (1)
IOperation\IOperationTests_IArrayElementReferenceExpression.cs (1)
952
Diagnostic(ErrorCode.
WRN_NegativeArrayIndex
, "-1").WithLocation(6, 32)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
19504
Diagnostic(ErrorCode.
WRN_NegativeArrayIndex
, "-1"),