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)
401protected 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)
2 references to LookupLocalFunction
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
1855return Next.LookupLocalFunction(nameToken);
Binder\LocalScopeBinder.cs (1)
418return base.LookupLocalFunction(nameToken);