2 references to RewriteInterpolatedStringAddition
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_InterpolatedString.cs (1)
524
var rewritten = (BoundBinaryOperator)originalOperator.
RewriteInterpolatedStringAddition
((appendCalls, @string), interpolationFactory, binaryOperatorFactory);
Operations\CSharpOperationFactory.cs (1)
1545
return boundBinaryOperator.
RewriteInterpolatedStringAddition
((this, boundBinaryOperator.InterpolatedStringHandlerData.GetValueOrDefault()), createInterpolatedString, createBinaryOperator);