2 types derived from BoundAddRemoveHandlerStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\BoundNodes.xml.Generated.vb (2)
7574
Inherits
BoundAddRemoveHandlerStatement
7601
Inherits
BoundAddRemoveHandlerStatement
7 references to BoundAddRemoveHandlerStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2259
Private Function VisitAddRemoveHandlerStatement(node As
BoundAddRemoveHandlerStatement
) As BoundNode
Binding\Binder_Statements.vb (1)
2268
Private Function BindAddRemoveHandlerStatement(node As AddRemoveHandlerStatementSyntax, diagnostics As BindingDiagnosticBag) As
BoundAddRemoveHandlerStatement
Lowering\LocalRewriter\LocalRewriter_AddRemoveHandler.vb (4)
34
Private Function RewriteAddRemoveHandler(node As
BoundAddRemoveHandlerStatement
) As BoundStatement
80
Private Function RewriteWinRtEvent(node As
BoundAddRemoveHandlerStatement
, unwrappedEventAccess As BoundEventAccess,
202
Private Function MakeEventAccessorCall(node As
BoundAddRemoveHandlerStatement
,
267
node As
BoundAddRemoveHandlerStatement
,
Operations\VisualBasicOperationFactory_Methods.vb (1)
476
Friend Function GetAddRemoveHandlerStatementExpression(statement As
BoundAddRemoveHandlerStatement
) As IOperation