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)
2637Dim 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)
2635Public Function Update(flavor As NoOpStatementFlavor) As BoundNoOpStatement 9430Return VisitNoOpStatement(CType(node, BoundNoOpStatement), arg) 9882Public Overridable Function VisitNoOpStatement(node As BoundNoOpStatement, arg As A) As R 10585Public Overridable Function VisitNoOpStatement(node As BoundNoOpStatement) As BoundNode 11336Public Overrides Function VisitNoOpStatement(node As BoundNoOpStatement) As BoundNode 12331Public Overrides Function VisitNoOpStatement(node As BoundNoOpStatement) As BoundNode 13522Public Overrides Function VisitNoOpStatement(node As BoundNoOpStatement, arg As Object) As TreeDumperNode