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)
2085
var highestBoundExprKind = highestBoundExpr?.Kind ?? BoundKind.
NoOpStatement
;
FlowAnalysis\ControlFlowPass.cs (1)
244
case BoundKind.
NoOpStatement
:
Generated\BoundNodes.xml.Generated.cs (3)
3539
: base(BoundKind.
NoOpStatement
, syntax, hasErrors)
3545
: base(BoundKind.
NoOpStatement
, syntax)
9012
case BoundKind.
NoOpStatement
:
Lowering\LocalRewriter\LocalRewriter_TryStatement.cs (1)
52
case BoundKind.
NoOpStatement
:
Operations\CSharpOperationFactory.cs (1)
172
case BoundKind.
NoOpStatement
: