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