11 references to EventInvocation
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2261
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)
7644
If eventSymbol IsNot Me.EventSymbol OrElse eventInvocation IsNot Me.
EventInvocation
Then
11824
Me.Visit(node.
EventInvocation
)
12884
Dim eventInvocation As BoundExpression = DirectCast(Me.Visit(node.
EventInvocation
), BoundExpression)
14296
New TreeDumperNode("eventInvocation", Nothing, new TreeDumperNode() {Visit(node.
EventInvocation
, Nothing)})
Lowering\LocalRewriter\LocalRewriter_RaiseEvent.vb (1)
19
Dim raiseCallExpression = DirectCast(node.
EventInvocation
, BoundCall)
Operations\VisualBasicOperationFactory.vb (2)
1478
Dim eventInvocation = DirectCast(boundRaiseEventStatement.
EventInvocation
, BoundCall)
1511
Dim eventInvocation = TryCast(boundRaiseEventStatement.
EventInvocation
, BoundCall)
Operations\VisualBasicOperationFactory_Methods.vb (1)
185
Return DeriveArguments(DirectCast(boundRaiseEvent.
EventInvocation
, BoundCall))