2 overrides of GetLocalForFunctionValue
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BackstopBinder.vb (1)
219Public Overrides Function GetLocalForFunctionValue() As LocalSymbol
Binding\SubOrFunctionBodyBinder.vb (1)
59Public MustOverride Overrides Function GetLocalForFunctionValue() As LocalSymbol
6 references to GetLocalForFunctionValue
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder.vb (1)
862Return m_containingBinder.GetLocalForFunctionValue()
Binding\Binder_Lambda.vb (2)
463bodyBinder.GetLocalForFunctionValue(), 518Dim localForFunctionValue = bodyBinder.GetLocalForFunctionValue
Binding\Binder_Statements.vb (3)
302localForFunctionValue = Me.GetLocalForFunctionValue() 1767Dim localForFunctionValue = GetLocalForFunctionValue() 5077Return New BoundReturnStatement(originalSyntax, arg, GetLocalForFunctionValue(), returnLabel)