8 references to EventInvocation
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2277Me.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)
7670If eventSymbol IsNot Me.EventSymbol OrElse eventInvocation IsNot Me.EventInvocation Then 11858Me.Visit(node.EventInvocation) 12918Dim eventInvocation As BoundExpression = DirectCast(Me.Visit(node.EventInvocation), BoundExpression) 14333New TreeDumperNode("eventInvocation", Nothing, new TreeDumperNode() {Visit(node.EventInvocation, Nothing)})
Lowering\LocalRewriter\LocalRewriter_RaiseEvent.vb (1)
19Dim raiseCallExpression = DirectCast(node.EventInvocation, BoundCall)