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