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