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