1 write to _dictionaryStrings2
System.ServiceModel.Primitives (1)
System\ServiceModel\ServiceModelDictionary.cs (1)
94_dictionaryStrings2 = new XmlDictionaryString[_count - keyThreshold];
3 references to _dictionaryStrings2
System.ServiceModel.Primitives (3)
System\ServiceModel\ServiceModelDictionary.cs (3)
92if (_dictionaryStrings2 == null) 97s = _dictionaryStrings2[key - keyThreshold]; 101_dictionaryStrings2[key - keyThreshold] = s;