Base:
property
LocalFunctions
Microsoft.CodeAnalysis.CSharp.Binder.LocalFunctions
9 references to LocalFunctions
Microsoft.CodeAnalysis.CSharp (9)
Binder\BlockBinder.cs (1)
88return this.LocalFunctions;
Binder\EmbeddedStatementBinder.cs (1)
91return this.LocalFunctions;
Binder\LocalScopeBinder.cs (4)
108if (_lazyLocalFunctionsMap == null && this.LocalFunctions.Length > 0) 110_lazyLocalFunctionsMap = BuildMap(this.LocalFunctions); 409foreach (var local in this.LocalFunctions) 511declaredInThisScope |= newSymbolKind == SymbolKind.Method && this.LocalFunctions.Contains((LocalFunctionSymbol)newSymbol);
Binder\SimpleProgramBinder.cs (1)
109return this.LocalFunctions;
Binder\SimpleProgramUnitBinder.cs (1)
33return _scope.LocalFunctions;
Binder\SwitchBinder.cs (1)
342return this.LocalFunctions;