1 write to rawWriter
System.Xml (1)
System\Xml\Base64Encoder.cs (1)
102
this.
rawWriter
= rawWriter;
2 references to rawWriter
System.Xml (2)
System\Xml\Base64Encoder.cs (1)
106
rawWriter
.WriteRaw( chars, index, count );
System\Xml\Base64EncoderAsync.cs (1)
90
return
rawWriter
.WriteRawAsync( chars, index, count );