5 overrides of LookupLocalFunction
Microsoft.CodeAnalysis.CSharp (5)
Binder\BuckStopsHereBinder.cs (1)
58protected override LocalFunctionSymbol? LookupLocalFunction(SyntaxToken nameToken)
Binder\InContainerBinder.cs (1)
149protected 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)
250protected override LocalFunctionSymbol? LookupLocalFunction(SyntaxToken nameToken)
2 references to LookupLocalFunction
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Statements.cs (1)
1870return Next.LookupLocalFunction(nameToken);
Binder\LocalScopeBinder.cs (1)
418return base.LookupLocalFunction(nameToken);