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