2 references to IsInferredDelegateForThisLambda
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Conversions.vb (1)
1357ElseIf unboundLambda.IsInferredDelegateForThisLambda(delegateInvoke.ContainingType) Then
Semantics\Conversions.vb (1)
1114If source.IsInferredDelegateForThisLambda(delegateInvoke.ContainingType) Then