1 write to _propertyDescriptorsCache
System.Data.Entity (1)
System\Data\Objects\DataRecordObjectView.cs (1)
48
_propertyDescriptorsCache
= MaterializedDataRecord.CreatePropertyDescriptorCollection(_rowType, propertyComponentType, true);
1 reference to _propertyDescriptorsCache
System.Data.Entity (1)
System\Data\Objects\DataRecordObjectView.cs (1)
147
propertyDescriptors =
_propertyDescriptorsCache
;