3 overrides of GetReturnLabel
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\BackstopBinder.vb (1)
215Public Overrides Function GetReturnLabel() As LabelSymbol
Binding\Binder_Lambda.vb (1)
1118Public Overrides Function GetReturnLabel() As LabelSymbol
Binding\BlockStatementBinders.vb (1)
60Public Overrides Function GetReturnLabel() As LabelSymbol
7 references to GetReturnLabel
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder.vb (1)
855Return m_containingBinder.GetReturnLabel()
Binding\Binder_Lambda.vb (3)
464bodyBinder.GetReturnLabel(), 521Dim returnLabel = New BoundLabelStatement(endSyntax, bodyBinder.GetReturnLabel()) 536Dim returnLabel = New BoundLabelStatement(endSyntax, bodyBinder.GetReturnLabel())
Binding\Binder_Statements.vb (2)
318Dim exitLabelStatement = New BoundLabelStatement(methodBlock.EndBlockStatement, blockBinder.GetReturnLabel()) 5010Dim returnLabel = GetReturnLabel()
Binding\BlockStatementBinders.vb (1)
73Return ContainingBinder.GetReturnLabel()