2 references to BindInterpolatedStringPartsForFactory
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Conversions.cs (1)
712ImmutableArray<BoundExpression> parts = BindInterpolatedStringPartsForFactory(unconvertedSource, diagnostics, out bool haveErrors);
Binder\Binder_InterpolatedString.cs (1)
257ImmutableArray<BoundExpression> parts = BindInterpolatedStringPartsForFactory(unconvertedInterpolatedString, diagnostics, out bool haveErrors);