4 references to ERR_InterceptorLineOutOfRange
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2371
or ErrorCode.
ERR_InterceptorLineOutOfRange
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1255
diagnostics.Add(ErrorCode.
ERR_InterceptorLineOutOfRange
, attributeData.GetAttributeArgumentLocation(lineNumberParameterIndex), referencedLineCount, lineNumberOneBased);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\InterceptorsTests.cs (2)
3215
Diagnostic(ErrorCode.
ERR_InterceptorLineOutOfRange
, "26").WithArguments("25", "26").WithLocation(22, 39),
3221
Diagnostic(ErrorCode.
ERR_InterceptorLineOutOfRange
, "100").WithArguments("25", "100").WithLocation(23, 39)