6 references to XmlDictionaryString
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReaderSession.cs (1)
35
xmlString = new
XmlDictionaryString
(this, value, id);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (1)
64
str = 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)
36
return 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)
36
return new
XmlDictionaryString
(this, value, key);