2 writes to rawDeserializedLists
System.Activities (2)
System\Activities\Runtime\ActivityInstanceMap.cs (2)
59this.rawDeserializedLists = value; 603this.rawDeserializedLists = null;
8 references to rawDeserializedLists
System.Activities (8)
System\Activities\Runtime\ActivityInstanceMap.cs (8)
39return this.rawDeserializedLists; 259if (this.rawDeserializedLists == null) 271for (int i = 0; i < this.rawDeserializedLists.Length; i++) 273InstanceList list = this.rawDeserializedLists[i]; 585Fx.Assert(this.rawDeserializedLists != null, "We should always have deserialized some lists."); 587this.instanceMapping = new Dictionary<Activity, InstanceList>(this.rawDeserializedLists.Length); 589for (int i = 0; i < this.rawDeserializedLists.Length; i++) 591InstanceList list = this.rawDeserializedLists[i];