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