2 writes to _localsForBinding
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (2)
CompilationContext.vb (2)
111
_localsForBinding
= GetLocalsForBinding(locals, displayClassVariableNamesInOrder, _displayClassVariables)
115
_localsForBinding
= ImmutableArray(Of LocalSymbol).Empty
3 references to _localsForBinding
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (3)
CompilationContext.vb (3)
293
For Each local In
_localsForBinding
314
For Each local In
_localsForBinding
428
_localsForBinding
,