16 overrides of WriteBase64
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3234public override void WriteBase64(byte[] buffer, int index, int count)
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
356public override void WriteBase64(byte[] buffer, int index, int count)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
91public override void WriteBase64(byte[] buffer, int index, int count) { _xmlWriter.WriteBase64(buffer, index, count); }
System\Xml\XmlBaseWriter.cs (1)
1458public override void WriteBase64(byte[] buffer, int offset, int count)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
115public override void WriteBase64(byte[] buffer, int index, int count)
System\Xml\XmlDictionaryWriter.cs (1)
660public override void WriteBase64(byte[] buffer, int index, int count)
System.Private.Xml (7)
System\Xml\Core\QueryOutputWriterV1.cs (1)
249public override void WriteBase64(byte[] buffer, int index, int count)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
179public override void WriteBase64(byte[] buffer, int index, int count)
System\Xml\Core\XmlRawWriter.cs (1)
87public override void WriteBase64(byte[] buffer, int index, int count)
System\Xml\Core\XmlTextWriter.cs (1)
941public override void WriteBase64(byte[] buffer, int index, int count)
System\Xml\Core\XmlWellFormedWriter.cs (1)
1137public override void WriteBase64(byte[] buffer, int index, int count)
System\Xml\Core\XmlWrappingWriter.cs (1)
136public override void WriteBase64(byte[] buffer, int index, int count)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
358public override void WriteBase64(byte[] buffer, int index, int count)
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeBuilder.cs (1)
59public override void WriteBase64(byte[] buffer, int index, int count)
System.ServiceModel.Primitives (2)
Internals\System\Xml\XmlMtomWriter.cs (1)
308public override void WriteBase64(byte[] buffer, int index, int count)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
713public override void WriteBase64(byte[] buffer, int index, int count)
28 references to WriteBase64
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3236_xmltextWriter.WriteBase64(buffer, index, count);
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
91public override void WriteBase64(byte[] buffer, int index, int count) { _xmlWriter.WriteBase64(buffer, index, count); }
System\Runtime\Serialization\XmlWriterDelegator.cs (1)
532writer.WriteBase64(bytes, 0, bytes.Length);
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
118CoreWriter.WriteBase64(buffer, index, count);
System\Xml\XmlDictionaryWriter.cs (3)
79WriteBase64(buffer, index, count); 205WriteBase64(block, 0, bytesRead); 662_writer.WriteBase64(buffer, index, count);
System.Private.Xml (6)
System\Xml\Core\QueryOutputWriterV1.cs (1)
256_wrapped.WriteBase64(buffer, index, count);
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
182_coreWriter.WriteBase64(buffer, index, count);
System\Xml\Core\XmlEventCache.cs (1)
183writer.WriteBase64(bytes, 0, bytes.Length);
System\Xml\Core\XmlWellFormedWriter.cs (1)
1147_writer.WriteBase64(buffer, index, count);
System\Xml\Core\XmlWrappingWriter.cs (1)
138writer.WriteBase64(buffer, index, count);
System\Xml\Serialization\Xmlcustomformatter.cs (1)
168writer.WriteBase64(inData, start, count);
System.ServiceModel.Primitives (15)
Internals\System\Xml\XmlMtomWriter.cs (2)
337Writer.WriteBase64(buffer, index, count); 377Writer.WriteBase64(data.chunk, 0, data.chunk.Length);
System\IdentityModel\Security\WSTrust.cs (1)
113writer.WriteBase64(secret, 0, secret.Length);
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
338writer.WriteBase64(keyIdentifier, 0, keyIdentifier.Length);
System\IdentityModel\Tokens\XmlDsigSep2000.cs (2)
187writer.WriteBase64(certBytes, 0, certBytes.Length); 211writer.WriteBase64(ski, 0, ski.Length);
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
958writer.WriteBase64(arrayValue, 0, arrayValue.Length);
System\ServiceModel\Security\BinaryNegotiation.cs (1)
59writer.WriteBase64(_negotiationData, 0, _negotiationData.Length);
System\ServiceModel\Security\SecurityVersion.cs (1)
259writer.WriteBase64(signature, 0, signature.Length);
System\ServiceModel\Security\WSSecureConversation.cs (2)
298writer.WriteBase64(derivedKeyToken.Nonce, 0, derivedKeyToken.Nonce.Length); 499writer.WriteBase64(sct.CookieBlob, 0, sct.CookieBlob.Length);
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
183writer.WriteBase64(rawData, 0, rawData.Length);
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
715_innerWriter.WriteBase64(buffer, index, count);
System\ServiceModel\Security\WSTrust.cs (2)
153writer.WriteBase64(secret, 0, secret.Length); 1140writer.WriteBase64(authenticator, 0, authenticator.Length);