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