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