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