1 write to _swtInaccess
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
497_swtInaccess = new SymWithType();
9 references to _swtInaccess
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (9)
108if (fInaccess && (_csym != 0 || _swtInaccess != null)) 150if (!_swtInaccess) 152_swtInaccess.Set(symCur, typeCur); 162if (!_swtInaccess) 164_swtInaccess.Set(symCur, typeCur); 608if (_swtInaccess) 610return !_swtInaccess.Sym.isUserCallable() && ((_flags & MemLookFlags.UserCallable) != 0) 611? ErrorHandling.Error(ErrorCode.ERR_CantCallSpecialMethod, _swtInaccess) 612: CSemanticChecker.ReportAccessError(_swtInaccess, _symWhere, _typeQual);