1 write to _dictionaryStrings2
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelDictionary.cs (1)
80
_dictionaryStrings2
= new XmlDictionaryString[_count - keyThreshold];
3 references to _dictionaryStrings2
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelDictionary.cs (3)
79
if (
_dictionaryStrings2
== null)
81
s =
_dictionaryStrings2
[key - keyThreshold];
85
_dictionaryStrings2
[key - keyThreshold] = s;