1 write to propertyNames
System.Data.Services (1)
System\Data\Services\Internal\ExpandedWrapper.cs (1)
49
this.
propertyNames
= WebUtil.StringToSimpleArray(this.description);
4 references to propertyNames
System.Data.Services (4)
System\Data\Services\Internal\ExpandedWrapper.cs (4)
51
if (this.
propertyNames
.Length != expectedLength)
94
if (this.
propertyNames
== null)
100
for (int i = 0; i < this.
propertyNames
.Length; i++)
102
if (this.
propertyNames
[i] == name)