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