1 write to _typeSrc
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
531
_typeSrc
= typeSrc;
7 references to _typeSrc
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (7)
537
_typeQual = (_flags & MemLookFlags.Ctor) != 0 ?
_typeSrc
: obj?.Type;
618
Debug.Assert(
_typeSrc
is AggregateType);
620
? ErrorHandling.Error(ErrorCode.ERR_BadCtorArgCount, ((AggregateType)
_typeSrc
).OwningAggregate, _arity)
621
: ErrorHandling.Error(ErrorCode.ERR_NoConstructors, ((AggregateType)
_typeSrc
).OwningAggregate);
626
return ErrorHandling.Error(ErrorCode.ERR_NoSuchMember,
_typeSrc
, _name);
631
return ErrorHandling.Error(ErrorCode.ERR_BadIndexLHS,
_typeSrc
);
657
return ErrorHandling.Error(ErrorCode.ERR_NoSuchMember,
_typeSrc
, _name);