2 writes to variants
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
378
props.
variants
= propHandle.AddrOfPinnedObject();
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
86
this.nativeProperties.
variants
= this.variantsHandle.AddrOfPinnedObject();
1 reference to variants
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
383
retProp = (UnsafeNativeMethods.MQPROPVARIANT)Marshal.PtrToStructure(props.
variants
, typeof(UnsafeNativeMethods.MQPROPVARIANT));