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