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