2 references to CreateLinqInvocationForExtendedNode
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertLinq\ConvertForEachToLinqQuery\AbstractConverter.cs (2)
164
var lambdaBody =
CreateLinqInvocationForExtendedNode
(selectExpression, ref currentExtendedNodeIndex, ref receiverForInvocation, ref hasForEachChild);
287
return
CreateLinqInvocationForExtendedNode
(selectExpression, ref extendedNodeIndex, ref receiver, ref hasForEachChild);