2 writes to _localsForBinding
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (2)
CompilationContext.vb (2)
112
_localsForBinding
= GetLocalsForBinding(locals, displayClassVariableNamesInOrder, _displayClassVariables)
116
_localsForBinding
= ImmutableArray(Of LocalSymbol).Empty
3 references to _localsForBinding
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (3)
CompilationContext.vb (3)
294
For Each local In
_localsForBinding
315
For Each local In
_localsForBinding
429
_localsForBinding
,