2 writes to _attributes
System.Web.DynamicData (2)
DynamicData\ModelProviders\DLinqColumnProvider.cs (2)
51_attributes = base.Attributes; 54_attributes = new AttributeCollection(newAttributes.ToArray());
2 references to _attributes
System.Web.DynamicData (2)
DynamicData\ModelProviders\DLinqColumnProvider.cs (2)
38if (_attributes == null) { 58return _attributes;