5 overrides of LookupLocalFunction
Microsoft.CodeAnalysis.CSharp (5)
Binder\BuckStopsHereBinder.cs (1)
58protected override LocalFunctionSymbol? LookupLocalFunction(SyntaxToken nameToken)
Binder\InContainerBinder.cs (1)
141protected override LocalFunctionSymbol LookupLocalFunction(SyntaxToken nameToken)
Binder\LocalScopeBinder.cs (1)
355protected override LocalFunctionSymbol LookupLocalFunction(SyntaxToken nameToken)
Binder\WithExternAliasesBinder.cs (1)
67protected sealed override LocalFunctionSymbol? LookupLocalFunction(SyntaxToken nameToken)
Binder\WithUsingNamespacesAndTypesBinder.cs (1)
223protected override LocalFunctionSymbol? LookupLocalFunction(SyntaxToken nameToken)
3 references to LookupLocalFunction
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Statements.cs (2)
556var localSymbol = this.LookupLocalFunction(node.Identifier); 1846return Next.LookupLocalFunction(nameToken);
Binder\LocalScopeBinder.cs (1)
372return base.LookupLocalFunction(nameToken);