2 overrides of DelegateInvokeMethod
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\AnonymousTypes\PublicSymbols\AnonymousDelegate_TypePublicSymbol.vb (1)
162
Public Overrides ReadOnly Property
DelegateInvokeMethod
As MethodSymbol
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousDelegate_TemplateSymbol.vb (1)
154
Public Overrides ReadOnly Property
DelegateInvokeMethod
As MethodSymbol
59 references to DelegateInvokeMethod
Microsoft.CodeAnalysis.VisualBasic (59)
Binding\Binder_Conversions.vb (6)
1000
Dim methodToConvert As MethodSymbol = DirectCast(sourceType, NamedTypeSymbol).
DelegateInvokeMethod
1016
DirectCast(targetType, NamedTypeSymbol).
DelegateInvokeMethod
,
1349
delegateInvoke = targetDelegateType.
DelegateInvokeMethod
1459
ImmutableArray.Create(anonymousDelegateType.
DelegateInvokeMethod
),
1525
Dim invoke As MethodSymbol = targetDelegateType.
DelegateInvokeMethod
1566
Dim delegateInvoke As MethodSymbol = targetDelegateType.
DelegateInvokeMethod
Binding\Binder_Delegates.vb (2)
242
Dim delegateInvoke = DirectCast(targetType, NamedTypeSymbol).
DelegateInvokeMethod
1020
DirectCast(targetType, NamedTypeSymbol).
DelegateInvokeMethod
,
Binding\Binder_Invocation.vb (2)
292
Dim delegateInvoke = DirectCast(targetType, NamedTypeSymbol).
DelegateInvokeMethod
2600
Dim invoke As MethodSymbol = targetDelegateType.
DelegateInvokeMethod
Binding\Binder_Query.vb (4)
1996
groupType = resultSelector.DelegateOrExpressionDelegate(Me).
DelegateInvokeMethod
.Parameters(1).Type
2071
groupType = resultSelectorDelegate.
DelegateInvokeMethod
.Parameters(1).Type
4526
Dim invoke As MethodSymbol = delegateType.
DelegateInvokeMethod
4679
Dim delegateReturnType As TypeSymbol = DirectCast(boundCall, BoundCall).Method.Parameters(i).Type.DelegateOrExpressionDelegate(Me).
DelegateInvokeMethod
.ReturnType
Binding\Binder_Statements.vb (2)
2508
If eventType Is Nothing OrElse eventType.
DelegateInvokeMethod
Is Nothing Then
2520
fireMethod = eventType.
DelegateInvokeMethod
Binding\BinderFactory.vb (1)
396
Dim invokeSymbol = containingType.
DelegateInvokeMethod
Binding\DocumentationCommentParamBinder.vb (1)
31
Dim method As MethodSymbol = namedType.
DelegateInvokeMethod
Compilation\ClsComplianceChecker.vb (2)
187
CheckParameterCompliance(symbol.
DelegateInvokeMethod
.Parameters, symbol)
306
Dim invokeMethod = DirectCast(symbol, NamedTypeSymbol).
DelegateInvokeMethod
Compilation\DocumentationComments\DocumentationCommentCompiler.Event.vb (1)
74
Dim invokeMethod As MethodSymbol = delegateType.
DelegateInvokeMethod
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
121
Dim invokeMethod As MethodSymbol = namedType.
DelegateInvokeMethod
Compilation\DocumentationComments\DocumentationCommentCompiler.NamedType.vb (1)
98
Dim delegateInvoke As MethodSymbol = namedType.
DelegateInvokeMethod
Compilation\SyntaxTreeSemanticModel.vb (3)
1070
Return GetParameterSymbol(type.
DelegateInvokeMethod
.Parameters, parameter)
1081
If typeSymbol.
DelegateInvokeMethod
IsNot Nothing Then
1082
Return GetParameterSymbol(typeSymbol.
DelegateInvokeMethod
.Parameters, parameter)
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (2)
341
DirectCast(node.Operand.Type, NamedTypeSymbol).
DelegateInvokeMethod
,
352
DirectCast(node.Operand.Type, NamedTypeSymbol).
DelegateInvokeMethod
,
Lowering\LocalRewriter\LocalRewriter_LateAddressOf.vb (1)
35
Dim delegateInvoke = targetType.
DelegateInvokeMethod
Semantics\Conversions.vb (6)
1099
delegateInvoke = anonymousDelegateInfo.Key.
DelegateInvokeMethod
1104
delegateType.
DelegateInvokeMethod
,
1379
Dim invoke As MethodSymbol = delegateDestination.
DelegateInvokeMethod
1539
Dim invoke As MethodSymbol = delegateType.
DelegateInvokeMethod
2952
Dim delegateInvoke As MethodSymbol = DirectCast(destination, NamedTypeSymbol).
DelegateInvokeMethod
2959
DirectCast(source, NamedTypeSymbol).
DelegateInvokeMethod
,
Semantics\OverloadResolution.vb (7)
2489
Dim leftInvoke As MethodSymbol = leftDelegateType.
DelegateInvokeMethod
2490
Dim rightInvoke As MethodSymbol = rightDelegateType.
DelegateInvokeMethod
2650
Dim leftInvoke As MethodSymbol = leftDelegateType.
DelegateInvokeMethod
2651
Dim rightInvoke As MethodSymbol = rightDelegateType.
DelegateInvokeMethod
3682
Dim delegateInvoke As MethodSymbol = DirectCast(targetType, NamedTypeSymbol).
DelegateInvokeMethod
4782
Dim leftInvoke = leftDelegateType.
DelegateInvokeMethod
4783
Dim rightInvoke = rightDelegateType.
DelegateInvokeMethod
Semantics\TypeInference\TypeArgumentInference.vb (8)
445
Dim invokeMethod As MethodSymbol = delegateType.
DelegateInvokeMethod
1156
Dim invoke As MethodSymbol = delegateType.
DelegateInvokeMethod
1190
Dim invoke As MethodSymbol = delegateType.
DelegateInvokeMethod
1656
Dim argumentInvokeProc As MethodSymbol = argumentDelegateType.
DelegateInvokeMethod
1658
Dim parameterInvokeProc As MethodSymbol = parameterDelegateType.
DelegateInvokeMethod
1917
Dim invokeMethod As MethodSymbol = delegateType.
DelegateInvokeMethod
2007
delegateInvokeMethod = inferredAnonymousDelegate.Key.
DelegateInvokeMethod
2046
Dim invokeMethod As MethodSymbol = delegateType.
DelegateInvokeMethod
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTypeParameterSymbol.vb (1)
66
If _container.
DelegateInvokeMethod
.IsSub OrElse Ordinal < _container.Arity - 1 Then
Symbols\EventSymbol.vb (1)
172
Return type.
DelegateInvokeMethod
Symbols\NamedTypeSymbol.vb (1)
1331
Return Me.
DelegateInvokeMethod
Symbols\Source\CustomEventAccessorSymbol.vb (1)
187
Dim delInvoke = eventType.
DelegateInvokeMethod
Symbols\Source\SourceEventSymbol.vb (1)
176
Dim invoke = DirectCast(type, NamedTypeSymbol).
DelegateInvokeMethod
Symbols\Source\SourceLambdaSymbol.vb (1)
69
Dim targetSignature As New UnboundLambda.TargetSignature(anonymousDelegateSymbol.
DelegateInvokeMethod
)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
533
Dim invoke As MethodSymbol = Me.
DelegateInvokeMethod
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
685
Dim invoke As MethodSymbol = DirectCast(member.Type, NamedTypeSymbol).
DelegateInvokeMethod
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
401
Me.
DelegateInvokeMethod
.GenerateDeclarationErrors(cancellationToken)