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)
49
Dictionary<string, int> dictionary = new Dictionary<string, int>(
_count
);
50
for (int i = 0; i <
_count
; i++)
70
if (key < 0 || key >=
_count
)
94
_dictionaryStrings2 = new XmlDictionaryString[
_count
- keyThreshold];
124
_versionedDictionaryStrings = new XmlDictionaryString[CurrentVersion.
_count
];