1 write to propertyNames
System.Data.Services (1)
System\Data\Services\Internal\ProjectedWrapper.cs (1)
98this.propertyNames = WebUtil.StringToSimpleArray(this.propertyNameList);
3 references to propertyNames
System.Data.Services (3)
System\Data\Services\Internal\ProjectedWrapper.cs (3)
113if (this.propertyNames == null) 119for (int i = 0; i < this.propertyNames.Length; i++) 121if (this.propertyNames[i] == propertyName)