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