1 write to _swtInaccess
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
498
_swtInaccess
= new SymWithType();
9 references to _swtInaccess
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (9)
109
if (fInaccess && (_csym != 0 ||
_swtInaccess
!= null))
151
if (!
_swtInaccess
)
153
_swtInaccess
.Set(symCur, typeCur);
163
if (!
_swtInaccess
)
165
_swtInaccess
.Set(symCur, typeCur);
609
if (
_swtInaccess
)
611
return !
_swtInaccess
.Sym.isUserCallable() && ((_flags & MemLookFlags.UserCallable) != 0)
612
? ErrorHandling.Error(ErrorCode.ERR_CantCallSpecialMethod,
_swtInaccess
)
613
: CSemanticChecker.ReportAccessError(
_swtInaccess
, _symWhere, _typeQual);