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