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