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