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)
99return _rawWriter.WriteRawAsync(chars, index, count);