6 overrides of Locals
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Query.vb (1)
2646
Friend Overrides ReadOnly Property
Locals
As ImmutableArray(Of RangeVariableSymbol)
Binding\Binder_WithBlock.vb (1)
411
Friend Overrides ReadOnly Property
Locals
As ImmutableArray(Of LocalSymbol)
Binding\BlockStatementBinders.vb (1)
38
Friend Overrides ReadOnly Property
Locals
As ImmutableArray(Of LocalSymbol)
Binding\CatchBlockBinder.vb (1)
30
Friend Overrides ReadOnly Property
Locals
As ImmutableArray(Of LocalSymbol)
Binding\StatementListBinder.vb (1)
30
Friend Overrides ReadOnly Property
Locals
As ImmutableArray(Of LocalSymbol)
Binding\UsingBlockBinder.vb (1)
30
Friend Overrides ReadOnly Property
Locals
As ImmutableArray(Of LocalSymbol)
7 references to Locals
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Statements.vb (2)
657
For Each local In binder.
Locals
1102
For Each local In blockBinder.
Locals
Binding\BlockBaseBinder.vb (4)
38
If Me._lazyLocalsMap Is Nothing AndAlso Not Me.
Locals
.IsEmpty Then
39
Interlocked.CompareExchange(Me._lazyLocalsMap, BuildMap(Me.
Locals
), Nothing)
64
Dim locals = Me.
Locals
91
Dim locals = Me.
Locals
Compilation\SemanticModel.vb (1)
2408
For Each local In blockBinder.
Locals