6 references to XmlDictionaryString
System.Private.DataContractSerialization (3)
System\Xml\XmlBinaryReaderSession.cs (1)
32
xmlString = new
XmlDictionaryString
(this, value, id);
System\Xml\XmlDictionary.cs (1)
54
str = new
XmlDictionaryString
(this, value, _nextId);
System\Xml\XmlDictionaryString.cs (1)
92
_empty = new
XmlDictionaryString
(this, string.Empty, 0);
System.ServiceModel.Primitives (3)
System\IdentityModel\IdentityModelDictionary.cs (1)
37
return new
XmlDictionaryString
(this, value, key);
System\ServiceModel\Channels\TransportOutputChannel.cs (1)
99
To = new
XmlDictionaryString
(this, to, 0);
System\ServiceModel\ServiceModelDictionary.cs (1)
37
return new
XmlDictionaryString
(this, value, key);