1 write to orderedKeys
System.Data.Services (1)
System\Data\Services\Serializers\JsonReader.cs (1)
536
this.
orderedKeys
= new List<string>();
3 references to orderedKeys
System.Data.Services (3)
System\Data\Services\Serializers\JsonReader.cs (3)
545
get { return this.
orderedKeys
.Count; }
553
get { return this.
orderedKeys
; }
576
this.
orderedKeys
.Add(key);