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