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; 618Debug.Assert(_typeSrc is AggregateType); 620? ErrorHandling.Error(ErrorCode.ERR_BadCtorArgCount, ((AggregateType)_typeSrc).OwningAggregate, _arity) 621: ErrorHandling.Error(ErrorCode.ERR_NoConstructors, ((AggregateType)_typeSrc).OwningAggregate); 626return ErrorHandling.Error(ErrorCode.ERR_NoSuchMember, _typeSrc, _name); 631return ErrorHandling.Error(ErrorCode.ERR_BadIndexLHS, _typeSrc); 657return ErrorHandling.Error(ErrorCode.ERR_NoSuchMember, _typeSrc, _name);