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