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