2 references to CreateBoundInterpolatedStringExpressionOperation
Microsoft.CodeAnalysis.CSharp (2)
Operations\CSharpOperationFactory.cs (2)
217
return
CreateBoundInterpolatedStringExpressionOperation
((BoundInterpolatedString)boundNode);
1551
=> arg.@this.
CreateBoundInterpolatedStringExpressionOperation
(boundInterpolatedString, arg.Data.PositionInfo[i]);