3 references to count
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (3)
385
IntPtr[] stringArrays = new IntPtr[retProp.stringArraysValue.
count
];
386
Marshal.Copy(retProp.stringArraysValue.stringArrays, stringArrays, 0, retProp.stringArraysValue.
count
);
388
for (int i = 0; i < retProp.stringArraysValue.
count
; i++)