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