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