2 writes to count
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqSubqueueLockingQueue.cs (1)
367props.count = 1;
System\ServiceModel\Channels\NativeMsmqMessage.cs (1)
136this.index = message.nativeProperties.count++;
5 references to count
System.ServiceModel (5)
System\ServiceModel\Channels\NativeMsmqMessage.cs (5)
54for (int i = 0; i < this.nativeProperties.count; ++i) 63for (int i = 0; i < this.nativeProperties.count; ++i) 79for (int i = 0; i < this.nativeProperties.count; i++) 99for (int i = 0; i < this.nativeProperties.count; i++) 113for (int i = 0; i < this.nativeProperties.count; i++)