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