2 writes to propertyNames
System.Data.Services (2)
System\Data\Services\ETagAttribute.cs (2)
39
this.
propertyNames
= new ReadOnlyCollection<string>(new List<string>(new string[1] { propertyName }));
55
this.
propertyNames
= new ReadOnlyCollection<string>(new List<string>(propertyNames));
1 reference to propertyNames
System.Data.Services (1)
System\Data\Services\ETagAttribute.cs (1)
63
return this.
propertyNames
;