Base:
method
WriteRaw
Microsoft.Xml.XmlWriter.WriteRaw(System.Char[], System.Int32, System.Int32)
7 overrides of WriteRaw
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
385public override void WriteRaw(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
307public override void WriteRaw(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
156public override void WriteRaw(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
678public override unsafe void WriteRaw(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
383public override void WriteRaw(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
600public override unsafe void WriteRaw(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
347public override void WriteRaw(char[] buffer, int index, int count)
2 references to WriteRaw
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Base64Encoder.cs (1)
124_rawWriter.WriteRaw(chars, index, count);
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
312_wrapped.WriteRaw(buffer, index, count);