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)
144public override void WriteRaw( char[] buffer, int index, int count ) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1695public override void WriteRaw( char[] buffer, int index, int count ) {
3 references to WriteRaw
System.Xml (3)
System\Xml\Core\TextUtf8RawTextWriter.cs (2)
139base.WriteRaw( buffer, index, count ); 146base.WriteRaw( buffer, index, count );
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1697base.WriteRaw( buffer, index, count );