4 references to ERR_InterceptorCharacterOutOfRange
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2372
or ErrorCode.
ERR_InterceptorCharacterOutOfRange
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1263
diagnostics.Add(ErrorCode.
ERR_InterceptorCharacterOutOfRange
, attributeData.GetAttributeArgumentLocation(characterNumberParameterIndex), lineLength, characterNumberOneBased);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\InterceptorsTests.cs (2)
3268
Diagnostic(ErrorCode.
ERR_InterceptorCharacterOutOfRange
, "6").WithArguments("5", "6").WithLocation(22, 43),
3274
Diagnostic(ErrorCode.
ERR_InterceptorCharacterOutOfRange
, "1000").WithArguments("5", "1000").WithLocation(23, 43)