8 references to XmlDictionaryString
System.Data.Entity (2)
System\Data\Objects\ProxyDataContractResolver.cs (2)
48
typeName = new
XmlDictionaryString
(dictionary, qualifiedName.Name, 0);
49
typeNamespace = new
XmlDictionaryString
(dictionary, qualifiedName.Namespace, 1);
System.IdentityModel (1)
System\IdentityModel\IdentityModelDictionary.cs (1)
35
return new
XmlDictionaryString
(this, value, key);
System.Runtime.Serialization (3)
System\Xml\XmlBinaryReaderSession.cs (1)
33
xmlString = new
XmlDictionaryString
(this, value, id);
System\Xml\XmlDictionary.cs (1)
62
str = new
XmlDictionaryString
(this, value, this.nextId);
System\Xml\XmlDictionaryString.cs (1)
93
empty = new
XmlDictionaryString
(this, string.Empty, 0);
System.ServiceModel (2)
System\ServiceModel\Channels\TransportOutputChannel.cs (1)
125
this.to = new
XmlDictionaryString
(this, to, 0);
System\ServiceModel\ServiceModelDictionary.cs (1)
35
return new
XmlDictionaryString
(this, value, key);