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