1 override of IsLambdaMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\LambdaSymbol.vb (1)
266Friend Overrides ReadOnly Property IsLambdaMethod As Boolean
6 references to IsLambdaMethod
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder.vb (1)
366Return ContainingMember.IsLambdaMethod
Binding\Binder_Expressions.vb (2)
3561Debug.Assert(currentContainer.IsLambdaMethod OrElse stopAtContainer Is Nothing) 3562If currentContainer.IsLambdaMethod Then
Binding\Binder_Invocation.vb (1)
3131If container.IsLambdaMethod Then
Binding\Binder_Lambda.vb (2)
715If containingMember.IsLambdaMethod Then 725Loop While containingMember IsNot Nothing AndAlso containingMember.IsLambdaMethod