7 writes to GetAbi
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (7)
993
GetAbi
= (object box) => MarshalString.GetAbi(box);
1010
GetAbi
= MarshalGeneric<T>.GetAbi;
1034
GetAbi
= (object box) => box;
1050
GetAbi
= MarshalNonBlittable<T>.GetAbi;
1070
GetAbi
= (object objRef) => MarshalInterface<T>.GetAbi((IObjectReference)objRef);
1080
GetAbi
= (object objRef) => MarshalInspectable.GetAbi((IObjectReference)objRef);
1091
GetAbi
= MarshalGeneric<T>.GetAbi;
1 reference to GetAbi
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
386
__params[1] = Marshaler<T>.
GetAbi
(__value);