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)
394
public override void
WriteRaw
(char[] buffer, int index, int count)
System\Xml\Core\QueryOutputWriter.cs (1)
308
public override void
WriteRaw
(char[] buffer, int index, int count)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
155
public override void
WriteRaw
(char[] buffer, int index, int count)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
674
public override unsafe void
WriteRaw
(char[] buffer, int index, int count)
System\Xml\Core\XmlEventCache.cs (1)
376
public override void
WriteRaw
(char[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
587
public override unsafe void
WriteRaw
(char[] buffer, int index, int count)
System\Xml\Dom\DocumentXmlWriter.cs (1)
346
public override void
WriteRaw
(char[] buffer, int index, int count)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
84
public 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);