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)
2423or ErrorCode.ERR_ExpectedInterpolatedString
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\InterpolationTests.cs (3)
18759Diagnostic(ErrorCode.ERR_ExpectedInterpolatedString, stringLiteral).WithLocation(5, 15), 18796Diagnostic(ErrorCode.ERR_ExpectedInterpolatedString, stringLiteral).WithLocation(5, 15), 18833Diagnostic(ErrorCode.ERR_ExpectedInterpolatedString, stringLiteral).WithLocation(5, 14),