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