8 writes to AbiType
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (8)
1002AbiType = typeof(IntPtr); 1019AbiType = typeof(IntPtr); 1031AbiType = type.FindHelperType(); 1037AbiType = null; 1043AbiType = type; 1079AbiType = typeof(IntPtr); 1089AbiType = typeof(IntPtr); 1100AbiType = typeof(IntPtr);
10 references to AbiType
PresentationFramework (10)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (4)
1032if (AbiType != null) 1035if (AbiType.GetMethod("FromAbi", BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Static) == null) 1041if (AbiType == null) 1109RefAbiType = AbiType.MakeByRefType();
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
429private static readonly Type get_Current_0_Type = Expression.GetDelegateType(new Type[] { typeof(void*), Marshaler<T>.AbiType.MakeByRefType(), typeof(int) }); 449get_Current_0 = global::System.Delegate.CreateDelegate(get_Current_0_Type, typeof(Vftbl).GetMethod("Do_Abi_get_Current_0", BindingFlags.NonPublic | BindingFlags.Static).MakeGenericMethod(Marshaler<T>.AbiType)),
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (4)
219private static readonly Type GetAt_0_Type = Expression.GetDelegateType(new Type[] { typeof(void*), typeof(uint), Marshaler<T>.AbiType.MakeByRefType(), typeof(int) }); 220private static readonly Type IndexOf_2_Type = Expression.GetDelegateType(new Type[] { typeof(void*), Marshaler<T>.AbiType, typeof(uint).MakeByRefType(), typeof(byte).MakeByRefType(), typeof(int) }); 240GetAt_0 = global::System.Delegate.CreateDelegate(GetAt_0_Type, typeof(Vftbl).GetMethod("Do_Abi_GetAt_0", BindingFlags.NonPublic | BindingFlags.Static).MakeGenericMethod(Marshaler<T>.AbiType)), 242IndexOf_2 = global::System.Delegate.CreateDelegate(IndexOf_2_Type, typeof(Vftbl).GetMethod("Do_Abi_IndexOf_2", BindingFlags.NonPublic | BindingFlags.Static).MakeGenericMethod(Marshaler<T>.AbiType)),