4 instantiations of BoundNoOpStatement
Microsoft.CodeAnalysis.VisualBasic (4)
BoundTree\BoundNoOpStatement.vb (2)
14MyClass.New(syntax, NoOpStatementFlavor.Default) 18MyClass.New(syntax, NoOpStatementFlavor.Default, hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
2630Dim result = New BoundNoOpStatement(Me.Syntax, flavor, Me.HasErrors)
Lowering\SyntheticBoundNodeFactory.vb (1)
1122Return New BoundNoOpStatement(Me.Syntax, flavor).MakeCompilerGenerated
11 references to BoundNoOpStatement
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2533Public Overrides Function VisitNoOpStatement(node As BoundNoOpStatement) As BoundNode
BoundTree\BoundTreeVisitor.vb (1)
52Return VisitNoOpStatement(CType(node, BoundNoOpStatement), arg)
CodeGen\EmitStatement.vb (2)
33EmitNoOpStatement(DirectCast(statement, BoundNoOpStatement)) 89Private Sub EmitNoOpStatement(statement As BoundNoOpStatement)
Generated\BoundNodes.xml.Generated.vb (7)
2628Public Function Update(flavor As NoOpStatementFlavor) As BoundNoOpStatement 9423Return VisitNoOpStatement(CType(node, BoundNoOpStatement), arg) 9875Public Overridable Function VisitNoOpStatement(node As BoundNoOpStatement, arg As A) As R 10578Public Overridable Function VisitNoOpStatement(node As BoundNoOpStatement) As BoundNode 11329Public Overrides Function VisitNoOpStatement(node As BoundNoOpStatement) As BoundNode 12324Public Overrides Function VisitNoOpStatement(node As BoundNoOpStatement) As BoundNode 13515Public Overrides Function VisitNoOpStatement(node As BoundNoOpStatement, arg As Object) As TreeDumperNode