8 references to ERR_InterceptorLineCharacterMustBePositive
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2378or ErrorCode.ERR_InterceptorLineCharacterMustBePositive
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1246diagnostics.Add(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, location);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\InterceptorsTests.cs (6)
3523Diagnostic(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, "-1").WithLocation(17, 39), 3529Diagnostic(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, "-1").WithLocation(18, 42), 3535Diagnostic(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, "-1").WithLocation(19, 39), 3541Diagnostic(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, "0").WithLocation(20, 39), 3547Diagnostic(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, "0").WithLocation(21, 42), 3553Diagnostic(ErrorCode.ERR_InterceptorLineCharacterMustBePositive, "0").WithLocation(22, 39)