Base:
method
WriteChars
Microsoft.Xml.XmlRawWriter.WriteChars(System.Char[], System.Int32, System.Int32)
3 overrides of WriteChars
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
437
public override unsafe void
WriteChars
(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\TextUtf8RawTextWriter.cs (1)
133
public override void
WriteChars
(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1858
public override void
WriteChars
(char[] buffer, int index, int count)
1 reference to WriteChars
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1861
base.
WriteChars
(buffer, index, count);