6 references to XmlDictionaryString
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReaderSession.cs (1)
35xmlString = new XmlDictionaryString(this, value, id);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (1)
64str = new XmlDictionaryString(this, value, _nextId);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryString.cs (1)
95_empty = new XmlDictionaryString(this, string.Empty, 0);
FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelDictionary.cs (1)
36return new XmlDictionaryString(this, value, key);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportOutputChannel.cs (1)
122_to = new XmlDictionaryString(this, to, 0);
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceModelDictionary.cs (1)
36return new XmlDictionaryString(this, value, key);