1 write to list
mscorlib (1)
system\collections\objectmodel\readonlycollection.cs (1)
31
this.
list
= list;
14 references to list
mscorlib (14)
system\collections\objectmodel\readonlycollection.cs (14)
35
get { return
list
.Count; }
39
get { return
list
[index]; }
43
return
list
.Contains(value);
47
list
.CopyTo(array, index);
51
return
list
.GetEnumerator();
55
return
list
.IndexOf(value);
60
return
list
;
69
get { return
list
[index]; }
97
return ((IEnumerable)
list
).GetEnumerator();
107
ICollection c =
list
as ICollection;
142
list
.CopyTo(items, index);
166
int count =
list
.Count;
169
objects[index++] =
list
[i];
187
get { return
list
[index]; }