1 override of IsQueryLambdaMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\LambdaSymbol.vb (1)
79Friend NotOverridable Overrides ReadOnly Property IsQueryLambdaMethod As Boolean
3 references to IsQueryLambdaMethod
Microsoft.CodeAnalysis.VisualBasic (3)
Analysis\FlowAnalysis\AbstractRegionDataFlowPass.vb (1)
49If node.ParameterSymbol.ContainingSymbol.IsQueryLambdaMethod Then
Binding\Binder_Expressions.vb (1)
3536topMostEnclosingLambdaIsQueryLambda = currentContainer.IsQueryLambdaMethod
Operations\VisualBasicOperationFactory_QueryLambdaRewriter.vb (1)
89If If(node.ParameterSymbol?.ContainingSymbol.IsQueryLambdaMethod, False) AndAlso Not _uniqueNodes.Add(node) Then