1 write to list
mscorlib (1)
system\runtime\interopservices\windowsruntime\listtobindablevectorviewadapter.cs (1)
35
this.
list
= list;
5 references to list
mscorlib (5)
system\runtime\interopservices\windowsruntime\listtobindablevectorviewadapter.cs (5)
54
IEnumerator enumerator =
list
.GetEnumerator();
62
EnsureIndexInt32(index,
list
.Count);
66
return
list
[(int)index];
79
return (uint)
list
.Count;
85
int ind =
list
.IndexOf(value);