Base:
method
WriteBase64
System.Xml.XmlWriter.WriteBase64(System.Byte[], System.Int32, System.Int32)
4 overrides of WriteBase64
System.Xml (4)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
167public override void WriteBase64(byte[] buffer, int index, int count) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1809public override void WriteBase64( byte[] buffer, int index, int count ) {
System\Xml\Core\XmlEventCache.cs (1)
378public override void WriteBase64(byte[] buffer, int index, int count) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1705public override void WriteBase64( byte[] buffer, int index, int count ) {
3 references to WriteBase64
System.Xml (3)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
169this.wrapped.WriteBase64(buffer, index, count);
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1811base.WriteBase64( buffer, index, count );
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1707base.WriteBase64( buffer, index, count );