1 write to propertyNameList
System.Data.Services (1)
System\Data\Services\Internal\ProjectedWrapper.cs (1)
97this.propertyNameList = WebUtil.CheckArgumentNull(value, "value");
2 references to propertyNameList
System.Data.Services (2)
System\Data\Services\Internal\ProjectedWrapper.cs (2)
92return this.propertyNameList; 98this.propertyNames = WebUtil.StringToSimpleArray(this.propertyNameList);