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