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)
2646Dim 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)
2644Public Function Update(flavor As NoOpStatementFlavor) As BoundNoOpStatement 9439Return VisitNoOpStatement(CType(node, BoundNoOpStatement), arg) 9891Public Overridable Function VisitNoOpStatement(node As BoundNoOpStatement, arg As A) As R 10594Public Overridable Function VisitNoOpStatement(node As BoundNoOpStatement) As BoundNode 11345Public Overrides Function VisitNoOpStatement(node As BoundNoOpStatement) As BoundNode 12340Public Overrides Function VisitNoOpStatement(node As BoundNoOpStatement) As BoundNode 13531Public Overrides Function VisitNoOpStatement(node As BoundNoOpStatement, arg As Object) As TreeDumperNode