1 write to list
mscorlib (1)
system\collections\generic\list.cs (1)
1148
this.
list
= list;
5 references to list
mscorlib (5)
system\collections\generic\list.cs (5)
1159
List<T> localList =
list
;
1172
if (version !=
list
._version) {
1176
index =
list
._size + 1;
1189
if( index == 0 || index ==
list
._size + 1) {
1197
if (version !=
list
._version) {