2 writes to propertyNames
System.Data.Services (2)
System\Data\Services\IgnorePropertiesAttribute.cs (2)
41
this.
propertyNames
= new ReadOnlyCollection<string>(new List<string>(new string[1] { propertyName }));
57
this.
propertyNames
= new ReadOnlyCollection<string>(new List<string>(propertyNames));
1 reference to propertyNames
System.Data.Services (1)
System\Data\Services\IgnorePropertiesAttribute.cs (1)
65
return this.
propertyNames
;