1 write to _count
System.ServiceModel.Primitives (1)
System\IdentityModel\IdentityModelDictionary.cs (1)
24_count = strings.Count;
5 references to _count
System.ServiceModel.Primitives (5)
System\IdentityModel\IdentityModelDictionary.cs (5)
49Dictionary<string, int> dictionary = new Dictionary<string, int>(_count); 50for (int i = 0; i < _count; i++) 69if (key < 0 || key >= _count) 76_dictionaryStrings = new XmlDictionaryString[_count]; 105_versionedDictionaryStrings = new XmlDictionaryString[CurrentVersion._count];