5 writes to _propertyCount
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\MessageProperties.cs (5)
350
_propertyCount
--;
357
_propertyCount
++;
386
_propertyCount
= 0;
741
_propertyCount
--;
804
_propertyCount
++;
7 references to _propertyCount
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\MessageProperties.cs (7)
106
return
_propertyCount
;
614
int originalPropertyCount =
_propertyCount
;
616
return originalPropertyCount !=
_propertyCount
;
820
if (array.Length <
_propertyCount
)
825
if (index < 0 || index > array.Length -
_propertyCount
)
828
SRP.Format(SRP.ValueMustBeInRange, 0, array.Length -
_propertyCount
)));
924
List<KeyValuePair<string, object>> pairs = new List<KeyValuePair<string, object>>(
_propertyCount
);