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)
79if (_dictionaryStrings2 == null) 81s = _dictionaryStrings2[key - keyThreshold]; 85_dictionaryStrings2[key - keyThreshold] = s;