9 references to NoOpStatement
Microsoft.CodeAnalysis.VisualBasic (9)
Analysis\FlowAnalysis\ControlFlowPass.vb (1)
77
Case BoundKind.LabelStatement, BoundKind.
NoOpStatement
, BoundKind.Block
Binding\MemberSemanticModel.vb (2)
1684
If boundNode Is Nothing OrElse boundNode.Kind <> BoundKind.
NoOpStatement
OrElse Not boundNode.HasErrors Then
1738
If boundNode Is Nothing OrElse boundNode.Kind <> BoundKind.
NoOpStatement
OrElse Not boundNode.HasErrors Then
BoundTree\BoundTreeVisitor.vb (1)
51
Case BoundKind.
NoOpStatement
CodeGen\EmitStatement.vb (1)
32
Case BoundKind.
NoOpStatement
Generated\BoundNodes.xml.Generated.vb (3)
2622
MyBase.New(BoundKind.
NoOpStatement
, syntax, hasErrors)
2627
MyBase.New(BoundKind.
NoOpStatement
, syntax)
9438
Case BoundKind.
NoOpStatement
Lowering\LocalRewriter\LocalRewriter_Try.vb (1)
46
Case BoundKind.
NoOpStatement