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)
45Dictionary<string, int> dictionary = new Dictionary<string, int>(_count); 46for (int i = 0; i < _count; i++) 60if (key < 0 || key >= _count) 80_dictionaryStrings2 = new XmlDictionaryString[_count - keyThreshold]; 104_versionedDictionaryStrings = new XmlDictionaryString[CurrentVersion._count];