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