2 references to BindUnconvertedInterpolatedExpressionToFactory
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Conversions.cs (1)
726return BindUnconvertedInterpolatedExpressionToFactory(unconvertedSource, parts, stringFactory, factoryMethod: "Create", destination, diagnostics);
Binder\Binder_InterpolatedString.cs (1)
264return BindUnconvertedInterpolatedExpressionToFactory(unconvertedInterpolatedString, parts, (NamedTypeSymbol)unconvertedInterpolatedString.Type, factoryMethod: "Format", unconvertedInterpolatedString.Type, diagnostics);