7 references to YieldReturnStatement
Microsoft.CodeAnalysis.CSharp (7)
FlowAnalysis\AbstractFlowPass.cs (1)
1869
if (pend.Branch.Kind != BoundKind.
YieldReturnStatement
)
FlowAnalysis\ControlFlowPass.cs (1)
307
case BoundKind.
YieldReturnStatement
:
FlowAnalysis\ExitPointsWalker.cs (1)
140
case BoundKind.
YieldReturnStatement
:
Generated\BoundNodes.xml.Generated.cs (3)
3624
: base(BoundKind.
YieldReturnStatement
, syntax, hasErrors || expression.HasErrors())
9083
case BoundKind.
YieldReturnStatement
:
17351
BoundKind.
YieldReturnStatement
=> PipelinePhase.StateMachineRewriting,
Operations\CSharpOperationFactory.cs (1)
196
case BoundKind.
YieldReturnStatement
: