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