Base:
method
WriteBase64
System.Xml.XmlWriter.WriteBase64(System.Byte[], System.Int32, System.Int32)
4 overrides of WriteBase64
System.Private.Xml (4)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
186public override void WriteBase64(byte[] buffer, int index, int count)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2131public override void WriteBase64(byte[] buffer, int index, int count)
System\Xml\Core\XmlEventCache.cs (1)
403public override void WriteBase64(byte[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1988public override void WriteBase64(byte[] buffer, int index, int count)
3 references to WriteBase64
System.Private.Xml (3)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
189_wrapped.WriteBase64(buffer, index, count);
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2134base.WriteBase64(buffer, index, count);
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1991base.WriteBase64(buffer, index, count);