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)
45
Dictionary<string, int> dictionary = new Dictionary<string, int>(
_count
);
46
for (int i = 0; i <
_count
; i++)
59
if (key < 0 || key >=
_count
)
65
_dictionaryStrings = new XmlDictionaryString[
_count
];
88
_versionedDictionaryStrings = new XmlDictionaryString[CurrentVersion.
_count
];