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