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