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; 617Debug.Assert(_typeSrc is AggregateType); 619? ErrorHandling.Error(ErrorCode.ERR_BadCtorArgCount, ((AggregateType)_typeSrc).OwningAggregate, _arity) 620: ErrorHandling.Error(ErrorCode.ERR_NoConstructors, ((AggregateType)_typeSrc).OwningAggregate); 625return ErrorHandling.Error(ErrorCode.ERR_NoSuchMember, _typeSrc, _name); 630return ErrorHandling.Error(ErrorCode.ERR_BadIndexLHS, _typeSrc); 656return ErrorHandling.Error(ErrorCode.ERR_NoSuchMember, _typeSrc, _name);