1 write to _attrCache
System.Data.Entity (1)
System\Data\Common\DataRecord.cs (1)
528
_attrCache
= new Dictionary<object, AttributeCollection>();
3 references to _attrCache
System.Data.Entity (3)
System\Data\Common\DataRecord.cs (3)
526
if (null ==
_attrCache
&& null!=attributes && 0<attributes.Length)
535
_attrCache
.Add(pd, new AttributeCollection(attrArray));
543
if (
_attrCache
[pd].Matches(attributes))