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