8 references to EventInvocation
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2277
Me.VisitExpressionAsStatement(node.
EventInvocation
)
Binding\MemberSemanticModel.vb (1)
245
Return asRaiseEvent.
EventInvocation
BoundTree\Statement.vb (1)
78
Return ImmutableArray.Create(Of BoundNode)(Me.
EventInvocation
)
Generated\BoundNodes.xml.Generated.vb (4)
7670
If eventSymbol IsNot Me.EventSymbol OrElse eventInvocation IsNot Me.
EventInvocation
Then
11858
Me.Visit(node.
EventInvocation
)
12918
Dim eventInvocation As BoundExpression = DirectCast(Me.Visit(node.
EventInvocation
), BoundExpression)
14333
New TreeDumperNode("eventInvocation", Nothing, new TreeDumperNode() {Visit(node.
EventInvocation
, Nothing)})
Lowering\LocalRewriter\LocalRewriter_RaiseEvent.vb (1)
19
Dim raiseCallExpression = DirectCast(node.
EventInvocation
, BoundCall)