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)
153Public Overrides ReadOnly Property DelegateInvokeMethod As MethodSymbol
72 references to DelegateInvokeMethod
Microsoft.CodeAnalysis.VisualBasic (59)
Binding\Binder_Conversions.vb (6)
992Dim methodToConvert As MethodSymbol = DirectCast(sourceType, NamedTypeSymbol).DelegateInvokeMethod 1008DirectCast(targetType, NamedTypeSymbol).DelegateInvokeMethod, 1336delegateInvoke = targetDelegateType.DelegateInvokeMethod 1446ImmutableArray.Create(anonymousDelegateType.DelegateInvokeMethod), 1512Dim invoke As MethodSymbol = targetDelegateType.DelegateInvokeMethod 1553Dim delegateInvoke As MethodSymbol = targetDelegateType.DelegateInvokeMethod
Binding\Binder_Delegates.vb (2)
242Dim delegateInvoke = DirectCast(targetType, NamedTypeSymbol).DelegateInvokeMethod 1023DirectCast(targetType, NamedTypeSymbol).DelegateInvokeMethod,
Binding\Binder_Invocation.vb (2)
292Dim delegateInvoke = DirectCast(targetType, NamedTypeSymbol).DelegateInvokeMethod 2606Dim invoke As MethodSymbol = targetDelegateType.DelegateInvokeMethod
Binding\Binder_Query.vb (4)
1997groupType = resultSelector.DelegateOrExpressionDelegate(Me).DelegateInvokeMethod.Parameters(1).Type 2072groupType = resultSelectorDelegate.DelegateInvokeMethod.Parameters(1).Type 4527Dim invoke As MethodSymbol = delegateType.DelegateInvokeMethod 4680Dim delegateReturnType As TypeSymbol = DirectCast(boundCall, BoundCall).Method.Parameters(i).Type.DelegateOrExpressionDelegate(Me).DelegateInvokeMethod.ReturnType
Binding\Binder_Statements.vb (2)
2479If eventType Is Nothing OrElse eventType.DelegateInvokeMethod Is Nothing Then 2491fireMethod = eventType.DelegateInvokeMethod
Binding\BinderFactory.vb (1)
387Dim 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)
1095delegateInvoke = anonymousDelegateInfo.Key.DelegateInvokeMethod 1100delegateType.DelegateInvokeMethod, 1375Dim invoke As MethodSymbol = delegateDestination.DelegateInvokeMethod 1535Dim invoke As MethodSymbol = delegateType.DelegateInvokeMethod 2947Dim delegateInvoke As MethodSymbol = DirectCast(destination, NamedTypeSymbol).DelegateInvokeMethod 2954DirectCast(source, NamedTypeSymbol).DelegateInvokeMethod,
Semantics\OverloadResolution.vb (7)
2128Dim leftInvoke As MethodSymbol = leftDelegateType.DelegateInvokeMethod 2129Dim rightInvoke As MethodSymbol = rightDelegateType.DelegateInvokeMethod 2289Dim leftInvoke As MethodSymbol = leftDelegateType.DelegateInvokeMethod 2290Dim rightInvoke As MethodSymbol = rightDelegateType.DelegateInvokeMethod 3321Dim delegateInvoke As MethodSymbol = DirectCast(targetType, NamedTypeSymbol).DelegateInvokeMethod 4381Dim leftInvoke = leftDelegateType.DelegateInvokeMethod 4382Dim rightInvoke = rightDelegateType.DelegateInvokeMethod
Semantics\TypeInference\TypeArgumentInference.vb (8)
446Dim invokeMethod As MethodSymbol = delegateType.DelegateInvokeMethod 1161Dim invoke As MethodSymbol = delegateType.DelegateInvokeMethod 1195Dim invoke As MethodSymbol = delegateType.DelegateInvokeMethod 1661Dim argumentInvokeProc As MethodSymbol = argumentDelegateType.DelegateInvokeMethod 1663Dim parameterInvokeProc As MethodSymbol = parameterDelegateType.DelegateInvokeMethod 1922Dim invokeMethod As MethodSymbol = delegateType.DelegateInvokeMethod 2012delegateInvokeMethod = inferredAnonymousDelegate.Key.DelegateInvokeMethod 2051Dim invokeMethod As MethodSymbol = delegateType.DelegateInvokeMethod
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTypeParameterSymbol.vb (1)
60If _container.DelegateInvokeMethod.IsSub OrElse Ordinal < _container.Arity - 1 Then
Symbols\EventSymbol.vb (1)
171Return type.DelegateInvokeMethod
Symbols\NamedTypeSymbol.vb (1)
1108Return Me.DelegateInvokeMethod
Symbols\Source\CustomEventAccessorSymbol.vb (1)
186Dim delInvoke = eventType.DelegateInvokeMethod
Symbols\Source\SourceEventSymbol.vb (1)
173Dim invoke = DirectCast(type, NamedTypeSymbol).DelegateInvokeMethod
Symbols\Source\SourceLambdaSymbol.vb (1)
69Dim targetSignature As New UnboundLambda.TargetSignature(anonymousDelegateSymbol.DelegateInvokeMethod)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
536Dim invoke As MethodSymbol = Me.DelegateInvokeMethod
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
683Dim invoke As MethodSymbol = DirectCast(member.Type, NamedTypeSymbol).DelegateInvokeMethod
Symbols\SynthesizedSymbols\SynthesizedEventDelegateSymbol.vb (1)
389Me.DelegateInvokeMethod.GenerateDeclarationErrors(cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Attributes\AttributeTests_Tuples.vb (1)
317Dim invokeMethod = delegate1.DelegateInvokeMethod
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (6)
Semantics\Lambda_AnonymousDelegateInference.vb (6)
211Assert.Same(LambdaSymbol.ReturnTypeIsUnknown, DirectCast(x1.Type, NamedTypeSymbol).DelegateInvokeMethod.ReturnType) 220Assert.Same(LambdaSymbol.ReturnTypeIsUnknown, DirectCast(x2.Type, NamedTypeSymbol).DelegateInvokeMethod.ReturnType) 229Assert.Same(LambdaSymbol.ReturnTypeIsUnknown, DirectCast(x3.Type, NamedTypeSymbol).DelegateInvokeMethod.ReturnType) 238Assert.Same(LambdaSymbol.ReturnTypeIsUnknown, DirectCast(x4.Type, NamedTypeSymbol).DelegateInvokeMethod.ReturnType) 247Assert.True(DirectCast(x5.Type, NamedTypeSymbol).DelegateInvokeMethod.ReturnType.IsObjectType()) 256Assert.Same(LambdaSymbol.ReturnTypeIsUnknown, DirectCast(x6.Type, NamedTypeSymbol).DelegateInvokeMethod.ReturnType)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (6)
SymbolsTests\Source\DelegateTests.vb (5)
199Assert.Equal(subGenDel.DelegateInvokeMethod.Parameters(0).Type, param1Type) 221Assert.Equal(subDel.Locations(0), subDel.DelegateInvokeMethod.Locations(0)) 247Dim invoke = funcDel.DelegateInvokeMethod 315Assert.Equal(del.DelegateInvokeMethod.Parameters.Length, 4) 316For Each param In del.DelegateInvokeMethod.Parameters
SymbolsTests\Source\EventTests.vb (1)
2432Dim e1EventHandler = compilation.GetTypeByMetadataName("A+E1EventHandler").DelegateInvokeMethod