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