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