6 references to ERR_ExpectedInterpolatedString
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (2)
1295diagnostics.Add(ErrorCode.ERR_ExpectedInterpolatedString, sourceLocation); 1364diagnostics.Add(ErrorCode.ERR_ExpectedInterpolatedString, sourceLocation);
Errors\ErrorFacts.cs (1)
2424or 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),