Base:
method
WriteRaw
System.Xml.XmlWriter.WriteRaw(System.Char[], System.Int32, System.Int32)
8 overrides of WriteRaw
System.Private.Xml (8)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
394public override void WriteRaw(char[] buffer, int index, int count)
System\Xml\Core\QueryOutputWriter.cs (1)
308public override void WriteRaw(char[] buffer, int index, int count)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
155public override void WriteRaw(char[] buffer, int index, int count)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
674public override unsafe void WriteRaw(char[] buffer, int index, int count)
System\Xml\Core\XmlEventCache.cs (1)
376public override void WriteRaw(char[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
587public override unsafe void WriteRaw(char[] buffer, int index, int count)
System\Xml\Dom\DocumentXmlWriter.cs (1)
346public override void WriteRaw(char[] buffer, int index, int count)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
84public override void WriteRaw(char[] buffer, int index, int count)
2 references to WriteRaw
System.Private.Xml (2)
System\Xml\Base64Encoder.cs (1)
105_rawWriter.WriteRaw(chars, index, count);
System\Xml\Core\QueryOutputWriter.cs (1)
313_wrapped.WriteRaw(buffer, index, count);