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