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