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