Base:
method
AddLookupSymbolsInfoInSingleBinder
Microsoft.CodeAnalysis.CSharp.Binder.AddLookupSymbolsInfoInSingleBinder(Microsoft.CodeAnalysis.CSharp.LookupSymbolsInfo, Microsoft.CodeAnalysis.CSharp.LookupOptions, Microsoft.CodeAnalysis.CSharp.Binder)
2 overrides of AddLookupSymbolsInfoInSingleBinder
Microsoft.CodeAnalysis.CSharp (2)
Binder\InMethodBinder.cs (1)
228internal override void AddLookupSymbolsInfoInSingleBinder(LookupSymbolsInfo result, LookupOptions options, Binder originalBinder)
Binder\WithLambdaParametersBinder.cs (1)
102internal override void AddLookupSymbolsInfoInSingleBinder(LookupSymbolsInfo result, LookupOptions options, Binder originalBinder)