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