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