4 references to VectorToListAdapter
mscorlib (4)
system\internal.cs (1)
268static void WinRT_IList<T>(VectorToListAdapter vectorToListAdapter, VectorToCollectionAdapter vectorToCollectionAdapter, ListToVectorAdapter listToVectorAdapter, IVector<T> vector)
system\runtime\interopservices\windowsruntime\maptocollectionadapter.cs (1)
190VectorToListAdapter.RemoveAtHelper<KeyValuePair<K, V>>(_this_vector, index);
system\runtime\interopservices\windowsruntime\vectortocollectionadapter.cs (2)
105array[i + arrayIndex] = VectorToListAdapter.GetAt<T>(_this, (uint)i); 126VectorToListAdapter.RemoveAtHelper<T>(_this, index);