1 write to _functionValue
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\MethodBodyBinder.vb (1)
33
_functionValue
= CreateFunctionValueLocal(methodSymbol, root)
4 references to _functionValue
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\MethodBodyBinder.vb (4)
35
If
_functionValue
IsNot Nothing AndAlso Not methodSymbol.IsUserDefinedOperator() Then
36
Dim parameterName =
_functionValue
.Name
40
_parameterMap(parameterName) =
_functionValue
105
Return
_functionValue