7 writes to GetAbi
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (7)
1004
GetAbi
= (object box) => MarshalString.GetAbi(box);
1021
GetAbi
= MarshalGeneric<T>.GetAbi;
1045
GetAbi
= (object box) => box;
1061
GetAbi
= MarshalNonBlittable<T>.GetAbi;
1081
GetAbi
= (object objRef) => MarshalInterface<T>.GetAbi((IObjectReference)objRef);
1091
GetAbi
= (object objRef) => MarshalInspectable.GetAbi((IObjectReference)objRef);
1102
GetAbi
= MarshalGeneric<T>.GetAbi;
1 reference to GetAbi
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
392
__params[1] = Marshaler<T>.
GetAbi
(__value);