1 write to dictionaryStrings1
System.ServiceModel (1)
System\ServiceModel\ServiceModelDictionary.cs (1)
68
dictionaryStrings1
= new XmlDictionaryString[keyThreshold];
3 references to dictionaryStrings1
System.ServiceModel (3)
System\ServiceModel\ServiceModelDictionary.cs (3)
67
if (
dictionaryStrings1
== null)
69
s =
dictionaryStrings1
[key];
73
dictionaryStrings1
[key] = s;