1 write to positionalValues
System.Data.Services (1)
System\Data\Services\KeyInstance.cs (1)
53this.positionalValues = positionalValues;
6 references to positionalValues
System.Data.Services (6)
System\Data\Services\KeyInstance.cs (6)
77get { return this.positionalValues; } 95Debug.Assert(this.positionalValues != null, "this.positionalValues != null"); 96return this.positionalValues.Count; 164Debug.Assert(this.positionalValues != null, "positionalValues != null -- otherwise this is Empty"); 167string valueText = (string)this.positionalValues[i]; 174this.positionalValues[i] = convertedValue;