5 overrides of BuildLocalFunctions
Microsoft.CodeAnalysis.CSharp (5)
Binder\BlockBinder.cs (1)
38
protected override ImmutableArray<LocalFunctionSymbol>
BuildLocalFunctions
()
Binder\EmbeddedStatementBinder.cs (1)
38
protected override ImmutableArray<LocalFunctionSymbol>
BuildLocalFunctions
()
Binder\SimpleProgramBinder.cs (1)
41
protected override ImmutableArray<LocalFunctionSymbol>
BuildLocalFunctions
()
Binder\SimpleProgramUnitBinder.cs (1)
31
protected override ImmutableArray<LocalFunctionSymbol>
BuildLocalFunctions
()
Binder\SwitchBinder.cs (1)
146
protected override ImmutableArray<LocalFunctionSymbol>
BuildLocalFunctions
()
1 reference to BuildLocalFunctions
Microsoft.CodeAnalysis.CSharp (1)
Binder\LocalScopeBinder.cs (1)
59
ImmutableInterlocked.InterlockedCompareExchange(ref _localFunctions,
BuildLocalFunctions
(), default(ImmutableArray<LocalFunctionSymbol>));