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)
109if (fInaccess && (_csym != 0 || _swtInaccess != null)) 151if (!_swtInaccess) 153_swtInaccess.Set(symCur, typeCur); 163if (!_swtInaccess) 165_swtInaccess.Set(symCur, typeCur); 609if (_swtInaccess) 611return !_swtInaccess.Sym.isUserCallable() && ((_flags & MemLookFlags.UserCallable) != 0) 612? ErrorHandling.Error(ErrorCode.ERR_CantCallSpecialMethod, _swtInaccess) 613: CSemanticChecker.ReportAccessError(_swtInaccess, _symWhere, _typeQual);