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