6 references to ERR_ExpectedInterpolatedString
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (2)
1295
diagnostics.Add(ErrorCode.
ERR_ExpectedInterpolatedString
, sourceLocation);
1364
diagnostics.Add(ErrorCode.
ERR_ExpectedInterpolatedString
, sourceLocation);
Errors\ErrorFacts.cs (1)
2424
or ErrorCode.
ERR_ExpectedInterpolatedString
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\InterpolationTests.cs (3)
18759
Diagnostic(ErrorCode.
ERR_ExpectedInterpolatedString
, stringLiteral).WithLocation(5, 15),
18796
Diagnostic(ErrorCode.
ERR_ExpectedInterpolatedString
, stringLiteral).WithLocation(5, 15),
18833
Diagnostic(ErrorCode.
ERR_ExpectedInterpolatedString
, stringLiteral).WithLocation(5, 14),