1 write to _rawWriter
System.Private.Xml (1)
System\Xml\Base64Encoder.cs (1)
100
_rawWriter
= rawWriter;
2 references to _rawWriter
System.Private.Xml (2)
System\Xml\Base64Encoder.cs (1)
105
_rawWriter
.WriteRaw(chars, index, count);
System\Xml\Base64EncoderAsync.cs (1)
99
return
_rawWriter
.WriteRawAsync(chars, index, count);