6 references to ERR_ExpectedInterpolatedString
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (2)
1265diagnostics.Add(ErrorCode.ERR_ExpectedInterpolatedString, sourceLocation); 1334diagnostics.Add(ErrorCode.ERR_ExpectedInterpolatedString, sourceLocation);
Errors\ErrorFacts.cs (1)
2425or ErrorCode.ERR_ExpectedInterpolatedString
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\InterpolationTests.cs (3)
18357Diagnostic(ErrorCode.ERR_ExpectedInterpolatedString, stringLiteral).WithLocation(5, 15), 18394Diagnostic(ErrorCode.ERR_ExpectedInterpolatedString, stringLiteral).WithLocation(5, 15), 18431Diagnostic(ErrorCode.ERR_ExpectedInterpolatedString, stringLiteral).WithLocation(5, 14),