8 references to DelegateOrExpressionDelegate
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Conversions.vb (2)
1329
targetDelegateType = targetType.
DelegateOrExpressionDelegate
(Me)
1502
Dim targetDelegateType As NamedTypeSymbol = targetType.
DelegateOrExpressionDelegate
(Me)
Binding\Binder_Invocation.vb (1)
2604
Dim targetDelegateType = targetType.
DelegateOrExpressionDelegate
(Me)
Binding\Binder_Query.vb (4)
1997
groupType = resultSelector.
DelegateOrExpressionDelegate
(Me).DelegateInvokeMethod.Parameters(1).Type
2071
Dim resultSelectorDelegate = resultSelector.
DelegateOrExpressionDelegate
(Me)
4521
Dim delegateType As NamedTypeSymbol = parameterType.
DelegateOrExpressionDelegate
(Me)
4680
Dim delegateReturnType As TypeSymbol = DirectCast(boundCall, BoundCall).Method.Parameters(i).Type.
DelegateOrExpressionDelegate
(Me).DelegateInvokeMethod.ReturnType
Semantics\Conversions.vb (1)
1530
Dim delegateType As NamedTypeSymbol = destination.
DelegateOrExpressionDelegate
(source.Binder)