1 write to _symWhere
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
532
_symWhere
= symWhere;
3 references to _symWhere
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (3)
108
bool fInaccess = !CSemanticChecker.CheckTypeAccess(typeCur,
_symWhere
);
160
if (fInaccess || !CSemanticChecker.CheckAccess(symCur, typeCur,
_symWhere
, _typeQual))
613
: CSemanticChecker.ReportAccessError(_swtInaccess,
_symWhere
, _typeQual);