14 overrides of BuildLocals
Microsoft.CodeAnalysis.CSharp (14)
Binder\BlockBinder.cs (1)
33
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
Binder\CatchClauseBinder.cs (1)
27
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
Binder\EmbeddedStatementBinder.cs (1)
31
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
Binder\ExpressionListVariableBinder.cs (1)
26
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
Binder\ExpressionVariableBinder.cs (1)
26
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
Binder\FixedStatementBinder.cs (1)
29
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
Binder\ForEachLoopBinder.cs (1)
70
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
Binder\ForLoopBinder.cs (1)
28
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
Binder\SimpleLocalScopeBinder.cs (1)
25
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
Binder\SimpleProgramBinder.cs (1)
26
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
Binder\SimpleProgramUnitBinder.cs (1)
26
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
Binder\SwitchBinder.cs (1)
134
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
Binder\UsingStatementBinder.cs (1)
27
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
Binder\WhileBinder.cs (1)
48
protected override ImmutableArray<LocalSymbol>
BuildLocals
()
1 reference to BuildLocals
Microsoft.CodeAnalysis.CSharp (1)
Binder\LocalScopeBinder.cs (1)
41
ImmutableInterlocked.InterlockedCompareExchange(ref _locals,
BuildLocals
(), default(ImmutableArray<LocalSymbol>));