2 overrides of WriteString
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
970
public override void
WriteString
(XmlDictionaryString value)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
345
public override void
WriteString
(XmlDictionaryString value)
13 references to WriteString
dotnet-svcutil-lib (13)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (1)
163
dictionaryWriter.
WriteString
(value);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
348
CoreWriter.
WriteString
(value);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
329
WriteString
(value);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Addressing.cs (3)
127
writer.
WriteString
(_dictionaryAction);
487
writer.
WriteString
(this.Version.DictionaryAnonymous);
503
writer.
WriteString
(_dictionaryTo);
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (3)
1046
writer.
WriteString
(XD.Addressing200408Dictionary.Anonymous);
1118
writer.
WriteString
(XD.Addressing10Dictionary.Anonymous);
1122
writer.
WriteString
(XD.Addressing10Dictionary.NoneAddress);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\BinaryNegotiation.cs (2)
63
writer.
WriteString
(_valueTypeUriDictionaryString);
68
writer.
WriteString
(XD.SecurityJan2004Dictionary.EncodingTypeValueBase64Binary);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (2)
400
writer.
WriteString
(this.algorithmDictionaryString);
411
writer.
WriteString
(XD.SecurityAlgorithmDictionary.Sha1Digest);