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