1 write to _versionedDictionaryStrings
System.ServiceModel.Primitives (1)
System\ServiceModel\ServiceModelDictionary.cs (1)
124
_versionedDictionaryStrings
= new XmlDictionaryString[CurrentVersion._count];
3 references to _versionedDictionaryStrings
System.ServiceModel.Primitives (3)
System\ServiceModel\ServiceModelDictionary.cs (3)
122
if (
_versionedDictionaryStrings
== null)
127
XmlDictionaryString s =
_versionedDictionaryStrings
[key.Key];
135
_versionedDictionaryStrings
[key.Key] = s;