Base:
method
WriteRaw
System.Xml.XmlRawWriter.WriteRaw(System.Char[], System.Int32, System.Int32)
2 overrides of WriteRaw
System.Private.Xml (2)
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
140
public override void
WriteRaw
(char[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1976
public override void
WriteRaw
(char[] buffer, int index, int count)
3 references to WriteRaw
System.Private.Xml (3)
System\Xml\Core\TextUtf8RawTextWriter.cs (2)
135
base.
WriteRaw
(buffer, index, count);
144
base.
WriteRaw
(buffer, index, count);
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1979
base.
WriteRaw
(buffer, index, count);