11 references to EventInvocation
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2261Me.VisitExpressionAsStatement(node.EventInvocation)
Binding\MemberSemanticModel.vb (1)
245Return asRaiseEvent.EventInvocation
BoundTree\Statement.vb (1)
78Return ImmutableArray.Create(Of BoundNode)(Me.EventInvocation)
Generated\BoundNodes.xml.Generated.vb (4)
7644If eventSymbol IsNot Me.EventSymbol OrElse eventInvocation IsNot Me.EventInvocation Then 11824Me.Visit(node.EventInvocation) 12884Dim eventInvocation As BoundExpression = DirectCast(Me.Visit(node.EventInvocation), BoundExpression) 14296New TreeDumperNode("eventInvocation", Nothing, new TreeDumperNode() {Visit(node.EventInvocation, Nothing)})
Lowering\LocalRewriter\LocalRewriter_RaiseEvent.vb (1)
19Dim raiseCallExpression = DirectCast(node.EventInvocation, BoundCall)
Operations\VisualBasicOperationFactory.vb (2)
1478Dim eventInvocation = DirectCast(boundRaiseEventStatement.EventInvocation, BoundCall) 1511Dim eventInvocation = TryCast(boundRaiseEventStatement.EventInvocation, BoundCall)
Operations\VisualBasicOperationFactory_Methods.vb (1)
185Return DeriveArguments(DirectCast(boundRaiseEvent.EventInvocation, BoundCall))