7 writes to GetAbi
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (7)
1004GetAbi = (object box) => MarshalString.GetAbi(box); 1021GetAbi = MarshalGeneric<T>.GetAbi; 1045GetAbi = (object box) => box; 1061GetAbi = MarshalNonBlittable<T>.GetAbi; 1081GetAbi = (object objRef) => MarshalInterface<T>.GetAbi((IObjectReference)objRef); 1091GetAbi = (object objRef) => MarshalInspectable.GetAbi((IObjectReference)objRef); 1102GetAbi = 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);