13 writes to propertyCount
System.Messaging (13)
System\Messaging\Interop\MessagePropertyVariants.cs (13)
123
++
propertyCount
;
139
++
propertyCount
;
155
++
propertyCount
;
181
++
propertyCount
;
197
++
propertyCount
;
213
++
propertyCount
;
229
++
propertyCount
;
245
++
propertyCount
;
261
++
propertyCount
;
293
--
propertyCount
;
367
--
propertyCount
;
376
++
propertyCount
;
387
++
propertyCount
;
5 references to propertyCount
System.Messaging (5)
System\Messaging\Interop\MessagePropertyVariants.cs (5)
299
int[] newVectorIdentifiers = new int[
propertyCount
];
300
int[] newVectorStatus = new int[
propertyCount
];
301
MQPROPVARIANTS[] newVectorProperties = new MQPROPVARIANTS[
propertyCount
];
342
if (
propertyCount
== usedProperties)
353
reference.propertyCount =
propertyCount
;