39 references to IVector
mscorlib (39)
system\internal.cs (3)
232WinRT_IList<string>(null, null, null, null); typeof(IVector<string>).ToString(); 233WinRT_IList<object>(null, null, null, null); typeof(IVector<object>).ToString(); 268static void WinRT_IList<T>(VectorToListAdapter vectorToListAdapter, VectorToCollectionAdapter vectorToCollectionAdapter, ListToVectorAdapter listToVectorAdapter, IVector<T> vector)
system\runtime\interopservices\windowsruntime\maptocollectionadapter.cs (10)
59IVector<KeyValuePair<K, V>> _this_vector = JitHelpers.UnsafeCast<IVector<KeyValuePair<K, V>>>(this); 91IVector<KeyValuePair<K, V>> _this_vector = JitHelpers.UnsafeCast<IVector<KeyValuePair<K, V>>>(this); 109IVector<KeyValuePair<K, V>> _this_vector = JitHelpers.UnsafeCast<IVector<KeyValuePair<K, V>>>(this); 133IVector<KeyValuePair<K, V>> _this_vector = JitHelpers.UnsafeCast<IVector<KeyValuePair<K, V>>>(this); 178IVector<KeyValuePair<K, V>> _this_vector = JitHelpers.UnsafeCast<IVector<KeyValuePair<K, V>>>(this);
system\runtime\interopservices\windowsruntime\vectortocollectionadapter.cs (12)
40IVector<T> _this = JitHelpers.UnsafeCast<IVector<T>>(this); 61IVector<T> _this = JitHelpers.UnsafeCast<IVector<T>>(this); 69IVector<T> _this = JitHelpers.UnsafeCast<IVector<T>>(this); 77IVector<T> _this = JitHelpers.UnsafeCast<IVector<T>>(this); 101IVector<T> _this = JitHelpers.UnsafeCast<IVector<T>>(this); 113IVector<T> _this = JitHelpers.UnsafeCast<IVector<T>>(this);
system\runtime\interopservices\windowsruntime\vectortolistadapter.cs (14)
42IVector<T> _this = JitHelpers.UnsafeCast<IVector<T>>(this); 53IVector<T> _this = JitHelpers.UnsafeCast<IVector<T>>(this); 61IVector<T> _this = JitHelpers.UnsafeCast<IVector<T>>(this); 84IVector<T> _this = JitHelpers.UnsafeCast<IVector<T>>(this); 95IVector<T> _this = JitHelpers.UnsafeCast<IVector<T>>(this); 101internal static T GetAt<T>(IVector<T> _this, uint index) 119private static void SetAt<T>(IVector<T> _this, UInt32 index, T value) 137private static void InsertAtHelper<T>(IVector<T> _this, uint index, T item) 155internal static void RemoveAtHelper<T>(IVector<T> _this, uint index)