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