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