2 references to IsSymbolAccessibleConditional
Microsoft.CodeAnalysis.CSharp (2)
Binder\InContainerBinder.cs (1)
62return this.IsSymbolAccessibleConditional(symbol, type, accessThroughType, out failedThroughTypeCheck, ref useSiteInfo);
Binder\WithClassTypeParametersBinder.cs (1)
32return this.IsSymbolAccessibleConditional(symbol, _namedType, accessThroughType, out failedThroughTypeCheck, ref useSiteInfo, basesBeingResolved);