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