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