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)
140public override void WriteRaw(char[] buffer, int index, int count)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1976public override void WriteRaw(char[] buffer, int index, int count)
3 references to WriteRaw
System.Private.Xml (3)
System\Xml\Core\TextUtf8RawTextWriter.cs (2)
135base.WriteRaw(buffer, index, count); 144base.WriteRaw(buffer, index, count);
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1979base.WriteRaw(buffer, index, count);