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)
92
if (
_dictionaryStrings2
== null)
97
s =
_dictionaryStrings2
[key - keyThreshold];
101
_dictionaryStrings2
[key - keyThreshold] = s;