7 writes to GetAbi
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (7)
993GetAbi = (object box) => MarshalString.GetAbi(box); 1010GetAbi = MarshalGeneric<T>.GetAbi; 1034GetAbi = (object box) => box; 1050GetAbi = MarshalNonBlittable<T>.GetAbi; 1070GetAbi = (object objRef) => MarshalInterface<T>.GetAbi((IObjectReference)objRef); 1080GetAbi = (object objRef) => MarshalInspectable.GetAbi((IObjectReference)objRef); 1091GetAbi = 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);