1 write to dictionaryStrings2
System.ServiceModel (1)
System\ServiceModel\ServiceModelDictionary.cs (1)
79
dictionaryStrings2
= new XmlDictionaryString[count - keyThreshold];
3 references to dictionaryStrings2
System.ServiceModel (3)
System\ServiceModel\ServiceModelDictionary.cs (3)
78
if (
dictionaryStrings2
== null)
80
s =
dictionaryStrings2
[key - keyThreshold];
84
dictionaryStrings2
[key - keyThreshold] = s;