6 overrides of BuildLabels
Microsoft.CodeAnalysis.CSharp (6)
Binder\BlockBinder.cs (1)
51
protected override ImmutableArray<LabelSymbol>
BuildLabels
()
Binder\EmbeddedStatementBinder.cs (1)
53
protected override ImmutableArray<LabelSymbol>
BuildLabels
()
Binder\ScriptLocalScopeBinder.cs (1)
29
protected override ImmutableArray<LabelSymbol>
BuildLabels
()
Binder\SimpleProgramBinder.cs (1)
64
protected override ImmutableArray<LabelSymbol>
BuildLabels
()
Binder\SimpleProgramUnitBinder.cs (1)
44
protected override ImmutableArray<LabelSymbol>
BuildLabels
()
Binder\SwitchBinder.cs (1)
174
protected override ImmutableArray<LabelSymbol>
BuildLabels
()
1 reference to BuildLabels
Microsoft.CodeAnalysis.CSharp (1)
Binder\LocalScopeBinder.cs (1)
77
ImmutableInterlocked.InterlockedCompareExchange(ref _labels,
BuildLabels
(), default(ImmutableArray<LabelSymbol>));