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)
526if (null == _attrCache && null!=attributes && 0<attributes.Length) 535_attrCache.Add(pd, new AttributeCollection(attrArray)); 543if (_attrCache[pd].Matches(attributes))