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