1 write to _count
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelDictionary.cs (1)
23
_count
= strings.Count;
5 references to _count
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelDictionary.cs (5)
45
Dictionary<string, int> dictionary = new Dictionary<string, int>(
_count
);
46
for (int i = 0; i <
_count
; i++)
60
if (key < 0 || key >=
_count
)
80
_dictionaryStrings2 = new XmlDictionaryString[
_count
- keyThreshold];
104
_versionedDictionaryStrings = new XmlDictionaryString[CurrentVersion.
_count
];