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)
94return _propertyCount; 536int originalPropertyCount = _propertyCount; 538return originalPropertyCount != _propertyCount; 727if (array.Length < _propertyCount) 729if (index < 0 || index > array.Length - _propertyCount) 731string.Format(SRServiceModel.ValueMustBeInRange, 0, array.Length - _propertyCount))); 801List<KeyValuePair<string, object>> pairs = new List<KeyValuePair<string, object>>(_propertyCount);