8 references to ERR_InterceptorLineCharacterMustBePositive
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2383or ErrorCode.ERR_InterceptorLineCharacterMustBePositive
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1278diagnostics.Add(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, location);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\InterceptorsTests.cs (6)
3514Diagnostic(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, "-1").WithLocation(17, 39), 3520Diagnostic(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, "-1").WithLocation(18, 42), 3526Diagnostic(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, "-1").WithLocation(19, 39), 3532Diagnostic(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, "0").WithLocation(20, 39), 3538Diagnostic(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, "0").WithLocation(21, 42), 3544Diagnostic(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, "0").WithLocation(22, 39)