5 writes to _propertyCount
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (5)
297
_propertyCount
--;
304
_propertyCount
++;
331
_propertyCount
= 0;
656
_propertyCount
--;
716
_propertyCount
++;
7 references to _propertyCount
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (7)
94
return
_propertyCount
;
536
int originalPropertyCount =
_propertyCount
;
538
return originalPropertyCount !=
_propertyCount
;
727
if (array.Length <
_propertyCount
)
729
if (index < 0 || index > array.Length -
_propertyCount
)
731
string.Format(SRServiceModel.ValueMustBeInRange, 0, array.Length -
_propertyCount
)));
801
List<KeyValuePair<string, object>> pairs = new List<KeyValuePair<string, object>>(
_propertyCount
);