Base:
method
AddLookupSymbolsInfoInSingleBinder
Microsoft.CodeAnalysis.CSharp.Binder.AddLookupSymbolsInfoInSingleBinder(Microsoft.CodeAnalysis.CSharp.LookupSymbolsInfo, Microsoft.CodeAnalysis.CSharp.LookupOptions, Microsoft.CodeAnalysis.CSharp.Binder)
3 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)
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Binders\PlaceholderLocalBinder.cs (1)
103internal sealed override void AddLookupSymbolsInfoInSingleBinder(LookupSymbolsInfo info, LookupOptions options, Binder originalBinder)