11 references to ERR_InterceptorPositionBadToken
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2370
or ErrorCode.
ERR_InterceptorPositionBadToken
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
1086
diagnostics.Add(ErrorCode.
ERR_InterceptorPositionBadToken
, attributeLocation, referencedToken.Text);
1283
diagnostics.Add(ErrorCode.
ERR_InterceptorPositionBadToken
, attributeLocation, referencedToken.Text);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Semantics\InterceptorsTests.cs (8)
2099
Diagnostic(ErrorCode.
ERR_InterceptorPositionBadToken
, @"InterceptsLocation(""Program.cs"", 11, 9)").WithArguments("new").WithLocation(17, 6),
2160
Diagnostic(ErrorCode.
ERR_InterceptorPositionBadToken
, "InterceptsLocation").WithArguments("new").WithLocation(6, 6),
2460
Diagnostic(ErrorCode.
ERR_InterceptorPositionBadToken
, @"InterceptsLocation(""Program.cs"", 14, 30)").WithArguments("<").WithLocation(20, 6),
2466
Diagnostic(ErrorCode.
ERR_InterceptorPositionBadToken
, @"InterceptsLocation(""Program.cs"", 14, 31)").WithArguments("string").WithLocation(21, 6),
2472
Diagnostic(ErrorCode.
ERR_InterceptorPositionBadToken
, @"InterceptsLocation(""Program.cs"", 14, 37)").WithArguments(">").WithLocation(22, 6)
3209
Diagnostic(ErrorCode.
ERR_InterceptorPositionBadToken
, @"InterceptsLocation(""Program.cs"", 25, 1)").WithArguments("}").WithLocation(21, 6),
3262
Diagnostic(ErrorCode.
ERR_InterceptorPositionBadToken
, @"InterceptsLocation(""Program.cs"", 16, 5)").WithArguments("}").WithLocation(21, 6),
3313
Diagnostic(ErrorCode.
ERR_InterceptorPositionBadToken
, @"InterceptsLocation(""Program.cs"", 15, 9)").WithArguments("c").WithLocation(21, 6)