Base:
method
WriteRaw
System.Xml.XmlRawWriter.WriteRaw(System.Char[], System.Int32, System.Int32)
2 overrides of WriteRaw
System.Xml (2)
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
144
public override void
WriteRaw
( char[] buffer, int index, int count ) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1695
public override void
WriteRaw
( char[] buffer, int index, int count ) {
3 references to WriteRaw
System.Xml (3)
System\Xml\Core\TextUtf8RawTextWriter.cs (2)
139
base.
WriteRaw
( buffer, index, count );
146
base.
WriteRaw
( buffer, index, count );
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1697
base.
WriteRaw
( buffer, index, count );