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