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