1 write to _typeSrc
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
530
_typeSrc
= typeSrc;
7 references to _typeSrc
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (7)
536
_typeQual = (_flags & MemLookFlags.Ctor) != 0 ?
_typeSrc
: obj?.Type;
617
Debug.Assert(
_typeSrc
is AggregateType);
619
? ErrorHandling.Error(ErrorCode.ERR_BadCtorArgCount, ((AggregateType)
_typeSrc
).OwningAggregate, _arity)
620
: ErrorHandling.Error(ErrorCode.ERR_NoConstructors, ((AggregateType)
_typeSrc
).OwningAggregate);
625
return ErrorHandling.Error(ErrorCode.ERR_NoSuchMember,
_typeSrc
, _name);
630
return ErrorHandling.Error(ErrorCode.ERR_BadIndexLHS,
_typeSrc
);
656
return ErrorHandling.Error(ErrorCode.ERR_NoSuchMember,
_typeSrc
, _name);