8 writes to AbiType
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (8)
991
AbiType
= typeof(IntPtr);
1008
AbiType
= typeof(IntPtr);
1020
AbiType
= type.FindHelperType();
1026
AbiType
= null;
1032
AbiType
= type;
1068
AbiType
= typeof(IntPtr);
1078
AbiType
= typeof(IntPtr);
1089
AbiType
= typeof(IntPtr);
10 references to AbiType
PresentationFramework (10)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (4)
1021
if (
AbiType
!= null)
1024
if (
AbiType
.GetMethod("FromAbi", BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Static) == null)
1030
if (
AbiType
== null)
1098
RefAbiType =
AbiType
.MakeByRefType();
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
423
private static readonly Type get_Current_0_Type = Expression.GetDelegateType(new Type[] { typeof(void*), Marshaler<T>.
AbiType
.MakeByRefType(), typeof(int) });
443
get_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)
213
private static readonly Type GetAt_0_Type = Expression.GetDelegateType(new Type[] { typeof(void*), typeof(uint), Marshaler<T>.
AbiType
.MakeByRefType(), typeof(int) });
214
private static readonly Type IndexOf_2_Type = Expression.GetDelegateType(new Type[] { typeof(void*), Marshaler<T>.
AbiType
, typeof(uint).MakeByRefType(), typeof(byte).MakeByRefType(), typeof(int) });
234
GetAt_0 = global::System.Delegate.CreateDelegate(GetAt_0_Type, typeof(Vftbl).GetMethod("Do_Abi_GetAt_0", BindingFlags.NonPublic | BindingFlags.Static).MakeGenericMethod(Marshaler<T>.
AbiType
)),
236
IndexOf_2 = global::System.Delegate.CreateDelegate(IndexOf_2_Type, typeof(Vftbl).GetMethod("Do_Abi_IndexOf_2", BindingFlags.NonPublic | BindingFlags.Static).MakeGenericMethod(Marshaler<T>.
AbiType
)),