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