9 references to NoOpStatement
Microsoft.CodeAnalysis.CSharp (9)
BoundTree\BoundTreeVisitors.cs (1)
79case BoundKind.NoOpStatement:
CodeGen\EmitStatement.cs (1)
99case BoundKind.NoOpStatement:
Compilation\CSharpSemanticModel.cs (1)
2085var highestBoundExprKind = highestBoundExpr?.Kind ?? BoundKind.NoOpStatement;
FlowAnalysis\ControlFlowPass.cs (1)
244case BoundKind.NoOpStatement:
Generated\BoundNodes.xml.Generated.cs (3)
3539: base(BoundKind.NoOpStatement, syntax, hasErrors) 3545: base(BoundKind.NoOpStatement, syntax) 9010case BoundKind.NoOpStatement:
Lowering\LocalRewriter\LocalRewriter_TryStatement.cs (1)
52case BoundKind.NoOpStatement:
Operations\CSharpOperationFactory.cs (1)
172case BoundKind.NoOpStatement: