1 write to _propertyDescriptors
System.Data.Entity (1)
System\Data\Common\DataRecord.cs (1)
475_propertyDescriptors = CreatePropertyDescriptorCollection(this.DataRecordInfo.RecordType.EdmType as StructuralType,
4 references to _propertyDescriptors
System.Data.Entity (4)
System\Data\Common\DataRecord.cs (4)
472if (_propertyDescriptors == null && 0 < _values.Length) 479return _propertyDescriptors; 529foreach (FieldDescriptor pd in _propertyDescriptors) 541foreach (PropertyDescriptor pd in _propertyDescriptors)