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)
272protected override LocalFunctionSymbol? LookupLocalFunction(SyntaxToken nameToken)
3 references to LookupLocalFunction
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Statements.cs (2)
559var localSymbol = this.LookupLocalFunction(node.Identifier); 1893return Next.LookupLocalFunction(nameToken);
Binder\LocalScopeBinder.cs (1)
418return base.LookupLocalFunction(nameToken);