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)
186
public override void
WriteBase64
(byte[] buffer, int index, int count)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2131
public override void
WriteBase64
(byte[] buffer, int index, int count)
System\Xml\Core\XmlEventCache.cs (1)
403
public override void
WriteBase64
(byte[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1988
public 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)
2134
base.
WriteBase64
(buffer, index, count);
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1991
base.
WriteBase64
(buffer, index, count);