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)
38
if (
_attributes
== null) {
58
return
_attributes
;