Base:
method
WriteChars
Microsoft.Xml.XmlWriter.WriteChars(System.Char[], System.Int32, System.Int32)
7 overrides of WriteChars
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
372
public override void
WriteChars
(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
281
public override void
WriteChars
(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
151
public override void
WriteChars
(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
654
public override unsafe void
WriteChars
(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
378
public override void
WriteChars
(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
578
public override unsafe void
WriteChars
(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
342
public override void
WriteChars
(char[] buffer, int index, int count)
1 reference to WriteChars
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
286
_wrapped.
WriteChars
(buffer, index, count);