14 overrides of WriteBase64
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3252public 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)
13 references to WriteBase64
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3254_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);