Binder\Binder_Lookup.cs (4)
1449/// Distinguish from <see cref="CanAddLookupSymbolInfo"/>, which performs an analogous task for Add*LookupSymbolsInfo*.
2011if (originalBinder.CanAddLookupSymbolInfo(targetSymbol, options, result, accessThroughType: null, aliasSymbol: aliasSymbol))
2023if (originalBinder.CanAddLookupSymbolInfo(symbol, options, result, null))
2035if (originalBinder.CanAddLookupSymbolInfo(symbol, options, result, accessThroughType))