1 write to _count
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelDictionary.cs (1)
23_count = strings.Count;
5 references to _count
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelDictionary.cs (5)
45Dictionary<string, int> dictionary = new Dictionary<string, int>(_count); 46for (int i = 0; i < _count; i++) 59if (key < 0 || key >= _count) 65_dictionaryStrings = new XmlDictionaryString[_count]; 88_versionedDictionaryStrings = new XmlDictionaryString[CurrentVersion._count];