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