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)
106return _propertyCount; 614int originalPropertyCount = _propertyCount; 616return originalPropertyCount != _propertyCount; 820if (array.Length < _propertyCount) 825if (index < 0 || index > array.Length - _propertyCount) 828SRP.Format(SRP.ValueMustBeInRange, 0, array.Length - _propertyCount))); 924List<KeyValuePair<string, object>> pairs = new List<KeyValuePair<string, object>>(_propertyCount);