3 overrides of WriteString
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (1)
996public override void WriteString(XmlDictionaryString? value)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
505public override void WriteString(XmlDictionaryString? value)
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomWriter.cs (1)
914public override void WriteString(XmlDictionaryString value)
12 references to WriteString
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlWriterDelegator.cs (1)
156dictionaryWriter.WriteString(value);
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
508CoreWriter.WriteString(value);
System\Xml\XmlDictionaryWriter.cs (1)
363WriteString(value);
System.ServiceModel.Primitives (9)
Internals\System\Xml\XmlMtomWriter.cs (1)
921Writer.WriteString(value);
System\ServiceModel\Channels\Addressing.cs (3)
133writer.WriteString(_dictionaryAction); 525writer.WriteString(Version.DictionaryAnonymous); 541writer.WriteString(_dictionaryTo);
System\ServiceModel\EndpointAddress.cs (3)
993writer.WriteString(XD.Addressing200408Dictionary.Anonymous); 1065writer.WriteString(XD.Addressing10Dictionary.Anonymous); 1069writer.WriteString(XD.Addressing10Dictionary.NoneAddress);
System\ServiceModel\Security\BinaryNegotiation.cs (2)
48writer.WriteString(_valueTypeUriDictionaryString); 57writer.WriteString(XD.SecurityJan2004Dictionary.EncodingTypeValueBase64Binary);