6 references to YieldReturnStatement
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\AbstractFlowPass.cs (1)
1864if (pend.Branch.Kind != BoundKind.YieldReturnStatement)
FlowAnalysis\ControlFlowPass.cs (1)
307case BoundKind.YieldReturnStatement:
FlowAnalysis\ExitPointsWalker.cs (1)
140case BoundKind.YieldReturnStatement:
Generated\BoundNodes.xml.Generated.cs (2)
3599: base(BoundKind.YieldReturnStatement, syntax, hasErrors || expression.HasErrors()) 9016case BoundKind.YieldReturnStatement:
Operations\CSharpOperationFactory.cs (1)
196case BoundKind.YieldReturnStatement: