1 write to _count
System.ServiceModel.Primitives (1)
System\ServiceModel\ServiceModelDictionary.cs (1)
24_count = strings.Count;
5 references to _count
System.ServiceModel.Primitives (5)
System\ServiceModel\ServiceModelDictionary.cs (5)
49Dictionary<string, int> dictionary = new Dictionary<string, int>(_count); 50for (int i = 0; i < _count; i++) 70if (key < 0 || key >= _count) 94_dictionaryStrings2 = new XmlDictionaryString[_count - keyThreshold]; 124_versionedDictionaryStrings = new XmlDictionaryString[CurrentVersion._count];