1 write to ptr
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ProxyManager.cs (1)
171variant.ptr = tearOffDispatch;
4 references to ptr
System.ServiceModel (4)
System\ServiceModel\ComIntegration\DispatchProxy.cs (4)
405TagVariant varActualVariant = (TagVariant)Marshal.PtrToStructure(varBase.ptr, typeof(TagVariant)); 410IntPtr ppArray = varActualVariant.ptr; 512Marshal.GetNativeVariantForObject(val, var.ptr); 518Marshal.GetNativeVariantForObject(arrDest, var.ptr);