3 references to BindInterpolatedStringParts
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Conversions.cs (1)
720
BindInterpolatedStringParts
(unconvertedSource, diagnostics),
Binder\Binder_InterpolatedString.cs (2)
246
return constructWithoutData(
BindInterpolatedStringParts
(unconvertedInterpolatedString, diagnostics));
321
ImmutableArray<BoundExpression> parts =
BindInterpolatedStringParts
(unconvertedInterpolatedString, partsDiagnostics);