8 references to DelegateOrExpressionDelegate
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Conversions.vb (2)
1342targetDelegateType = targetType.DelegateOrExpressionDelegate(Me) 1515Dim targetDelegateType As NamedTypeSymbol = targetType.DelegateOrExpressionDelegate(Me)
Binding\Binder_Invocation.vb (1)
2598Dim targetDelegateType = targetType.DelegateOrExpressionDelegate(Me)
Binding\Binder_Query.vb (4)
1996groupType = resultSelector.DelegateOrExpressionDelegate(Me).DelegateInvokeMethod.Parameters(1).Type 2070Dim resultSelectorDelegate = resultSelector.DelegateOrExpressionDelegate(Me) 4520Dim delegateType As NamedTypeSymbol = parameterType.DelegateOrExpressionDelegate(Me) 4679Dim delegateReturnType As TypeSymbol = DirectCast(boundCall, BoundCall).Method.Parameters(i).Type.DelegateOrExpressionDelegate(Me).DelegateInvokeMethod.ReturnType
Semantics\Conversions.vb (1)
1534Dim delegateType As NamedTypeSymbol = destination.DelegateOrExpressionDelegate(source.Binder)