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