1 write to _dictionaryStrings1
System.ServiceModel.Primitives (1)
System\ServiceModel\ServiceModelDictionary.cs (1)
80
_dictionaryStrings1
= new XmlDictionaryString[keyThreshold];
3 references to _dictionaryStrings1
System.ServiceModel.Primitives (3)
System\ServiceModel\ServiceModelDictionary.cs (3)
78
if (
_dictionaryStrings1
== null)
83
s =
_dictionaryStrings1
[key];
87
_dictionaryStrings1
[key] = s;