2 references to RawWriter
System.Xml (2)
System\Xml\Core\XmlAutoDetectWriter.cs (2)
374this.wrapped = ((XmlWellFormedWriter)XmlWriter.Create(this.textWriter, this.writerSettings)).RawWriter; 376this.wrapped = ((XmlWellFormedWriter)XmlWriter.Create(this.strm, this.writerSettings)).RawWriter;