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\HtmlEncodedRawTextWriter.cs (1)
438
public override unsafe void
WriteChars
(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\TextEncodedRawTextWriter.cs (1)
139
public override void
WriteChars
(char[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1983
public override void
WriteChars
(char[] buffer, int index, int count)
1 reference to WriteChars
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1986
base.
WriteChars
(buffer, index, count);