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