1 write to count
System.ServiceModel (1)
System\ServiceModel\ServiceModelDictionary.cs (1)
22this.count = strings.Count;
5 references to count
System.ServiceModel (5)
System\ServiceModel\ServiceModelDictionary.cs (5)
44Dictionary<string, int> dictionary = new Dictionary<string, int>(count); 45for (int i = 0; i < count; i++) 59if (key < 0 || key >= count) 79dictionaryStrings2 = new XmlDictionaryString[count - keyThreshold]; 103versionedDictionaryStrings = new XmlDictionaryString[CurrentVersion.count];