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