3 references to GetAccessThroughType
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.ValueChecks.cs (2)
2010var accessThroughType = this.GetAccessThroughType(receiver); 2059var accessThroughType = this.GetAccessThroughType(receiver);
Binder\Binder_Operators.cs (1)
708if (!this.IsAccessible(method, ref useSiteInfo, this.GetAccessThroughType(receiverOpt)))