3 overrides of WriteString
System.IdentityModel (1)
System\IdentityModel\SamlDelegatingWriter.cs (1)
376public override void WriteString(XmlDictionaryString value)
System.Runtime.Serialization (2)
System\Xml\XmlBaseWriter.cs (1)
857public override void WriteString(XmlDictionaryString value)
System\Xml\XmlMtomWriter.cs (1)
742public override void WriteString(XmlDictionaryString value)
20 references to WriteString
System.IdentityModel (9)
System\IdentityModel\PreDigestedSignedInfo.cs (4)
141writer.WriteString(dictionaryManager.XmlSignatureDictionary.EnvelopedSignature); 155writer.WriteString(dictionaryManager.SecurityAlgorithmDictionary.ExclusiveC14n); 165writer.WriteString(dictionaryManager.SecurityAlgorithmDictionary.ExclusiveC14n); 176writer.WriteString(this.digestMethodDictionaryString);
System\IdentityModel\SamlDelegatingWriter.cs (1)
378this.effectiveWriter.WriteString(value);
System\IdentityModel\SignedXml.cs (1)
1476writer.WriteString(this.algorithmDictionaryString);
System\IdentityModel\StrTransform.cs (1)
285writer.WriteString(dictionaryManager.SecurityAlgorithmDictionary.ExclusiveC14n);
System\ServiceModel\Security\EncryptedType.cs (2)
438writer.WriteString(this.algorithmDictionaryString); 449writer.WriteString(XD.SecurityAlgorithmDictionary.Sha1Digest);
System.Runtime.Serialization (3)
System\Runtime\Serialization\XmlWriterDelegator.cs (1)
163dictionaryWriter.WriteString(value);
System\Xml\XmlDictionaryWriter.cs (1)
867WriteString(value);
System\Xml\XmlMtomWriter.cs (1)
749Writer.WriteString(value);
System.ServiceModel (8)
System\ServiceModel\Channels\Addressing.cs (3)
128writer.WriteString(dictionaryAction); 496writer.WriteString(this.Version.DictionaryAnonymous); 512writer.WriteString(dictionaryTo);
System\ServiceModel\EndpointAddress.cs (3)
1048writer.WriteString(XD.Addressing200408Dictionary.Anonymous); 1120writer.WriteString(XD.Addressing10Dictionary.Anonymous); 1124writer.WriteString(XD.Addressing10Dictionary.NoneAddress);
System\ServiceModel\Security\BinaryNegotiation.cs (2)
64writer.WriteString(valueTypeUriDictionaryString); 69writer.WriteString(XD.SecurityJan2004Dictionary.EncodingTypeValueBase64Binary);