3 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
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
Binders\ParametersAndLocalsBinder.vb (1)
74Public 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() 1738Dim localForFunctionValue = GetLocalForFunctionValue() 5046Return New BoundReturnStatement(originalSyntax, arg, GetLocalForFunctionValue(), returnLabel)