3 references to BoundYieldStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Statements.vb (2)
5111
Return New
BoundYieldStatement
(originalSyntax, arg, hasErrors:=True)
5137
Return New
BoundYieldStatement
(originalSyntax, arg)
Generated\BoundNodes.xml.Generated.vb (1)
2843
Dim result = New
BoundYieldStatement
(Me.Syntax, expression, Me.HasErrors)