1 write to count
System.IdentityModel (1)
System\IdentityModel\IdentityModelDictionary.cs (1)
22this.count = strings.Count;
5 references to count
System.IdentityModel (5)
System\IdentityModel\IdentityModelDictionary.cs (5)
44Dictionary<string, int> dictionary = new Dictionary<string, int>(count); 45for (int i = 0; i < count; i++) 58if (key < 0 || key >= count) 64dictionaryStrings = new XmlDictionaryString[count]; 87versionedDictionaryStrings = new XmlDictionaryString[CurrentVersion.count];