5 references to IsAccessible
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.ValueChecks.cs (2)
2066bool isAccessible = this.IsAccessible(setMethod, accessThroughType, out failedThroughTypeCheck, ref useSiteInfo); 2116bool isAccessible = this.IsAccessible(getMethod, accessThroughType, out failedThroughTypeCheck, ref useSiteInfo);
Binder\Binder_Lookup.cs (3)
1552!this.IsAccessible(unwrappedSymbol, 1776return IsAccessible(symbol, accessThroughType, out failedThroughTypeCheck, ref useSiteInfo, basesBeingResolved); 1804/// Should only be called by <see cref="IsAccessible(Symbol, TypeSymbol, out bool, ref CompoundUseSiteInfo{AssemblySymbol}, ConsList{TypeSymbol})"/>,