4 references to ERR_InterpolatedStringHandlerArgumentLocatedAfterInterpolatedString
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
3822ErrorCode.ERR_InterpolatedStringHandlerArgumentLocatedAfterInterpolatedString,
Errors\ErrorFacts.cs (1)
2205or ErrorCode.ERR_InterpolatedStringHandlerArgumentLocatedAfterInterpolatedString
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (1)
IOperation\IOperationTests_IInterpolatedStringOperation.cs (1)
3725Diagnostic(ErrorCode.ERR_InterpolatedStringHandlerArgumentLocatedAfterInterpolatedString, "true").WithArguments("b", "c").WithLocation(11, 43)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\InterpolationTests.cs (1)
7717Diagnostic(ErrorCode.ERR_InterpolatedStringHandlerArgumentLocatedAfterInterpolatedString, "1").WithArguments("i", "c").WithLocation(1, 7 + expression.Length),