2 writes to list
System.Workflow.Runtime (2)
Tracking.cs (2)
1661list = new List<T>(); 1666list = new List<T>(capacity);
9 references to list
System.Workflow.Runtime (9)
Tracking.cs (9)
1671get { return list.Count; } 1678list.Insert(pos, item); 1688list.Insert(pos, item); 1703return list.GetEnumerator(); 1708return list.GetEnumerator(); 1716value = list[pos]; 1728get { return list[index]; } 1736high = list.Count, 1744diff = list[pos].CompareTo(item);