14 overrides of WriteBase64
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3252
public override void
WriteBase64
(byte[] buffer, int index, int count)
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
356
public override void
WriteBase64
(byte[] buffer, int index, int count)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
91
public override void
WriteBase64
(byte[] buffer, int index, int count) { _xmlWriter.WriteBase64(buffer, index, count); }
System\Xml\XmlBaseWriter.cs (1)
1458
public override void
WriteBase64
(byte[] buffer, int offset, int count)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
115
public override void
WriteBase64
(byte[] buffer, int index, int count)
System\Xml\XmlDictionaryWriter.cs (1)
660
public override void
WriteBase64
(byte[] buffer, int index, int count)
System.Private.Xml (7)
System\Xml\Core\QueryOutputWriterV1.cs (1)
249
public override void
WriteBase64
(byte[] buffer, int index, int count)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
179
public override void
WriteBase64
(byte[] buffer, int index, int count)
System\Xml\Core\XmlRawWriter.cs (1)
87
public override void
WriteBase64
(byte[] buffer, int index, int count)
System\Xml\Core\XmlTextWriter.cs (1)
941
public override void
WriteBase64
(byte[] buffer, int index, int count)
System\Xml\Core\XmlWellFormedWriter.cs (1)
1137
public override void
WriteBase64
(byte[] buffer, int index, int count)
System\Xml\Core\XmlWrappingWriter.cs (1)
136
public override void
WriteBase64
(byte[] buffer, int index, int count)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
358
public override void
WriteBase64
(byte[] buffer, int index, int count)
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeBuilder.cs (1)
59
public 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)
91
public override void WriteBase64(byte[] buffer, int index, int count) { _xmlWriter.
WriteBase64
(buffer, index, count); }
System\Runtime\Serialization\XmlWriterDelegator.cs (1)
532
writer.
WriteBase64
(bytes, 0, bytes.Length);
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
118
CoreWriter.
WriteBase64
(buffer, index, count);
System\Xml\XmlDictionaryWriter.cs (3)
79
WriteBase64
(buffer, index, count);
205
WriteBase64
(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)
183
writer.
WriteBase64
(bytes, 0, bytes.Length);
System\Xml\Core\XmlWellFormedWriter.cs (1)
1147
_writer.
WriteBase64
(buffer, index, count);
System\Xml\Core\XmlWrappingWriter.cs (1)
138
writer.
WriteBase64
(buffer, index, count);
System\Xml\Serialization\Xmlcustomformatter.cs (1)
168
writer.
WriteBase64
(inData, start, count);