5 writes to propertyCount
System.ServiceModel (5)
System\ServiceModel\Channels\MessageProperties.cs (5)
301
propertyCount
--;
308
propertyCount
++;
335
propertyCount
= 0;
661
propertyCount
--;
721
propertyCount
++;
7 references to propertyCount
System.ServiceModel (7)
System\ServiceModel\Channels\MessageProperties.cs (7)
94
return
propertyCount
;
541
int originalPropertyCount =
propertyCount
;
543
return originalPropertyCount !=
propertyCount
;
732
if (array.Length <
propertyCount
)
734
if (index < 0 || index > array.Length -
propertyCount
)
736
SR.GetString(SR.ValueMustBeInRange, 0, array.Length -
propertyCount
)));
806
List<KeyValuePair<string, object>> pairs = new List<KeyValuePair<string, object>>(
propertyCount
);