1 write to newLineChars
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
103newLineChars = settings.NewLineChars;
8 references to newLineChars
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
951RawText(base.newLineChars); 990RawText(base.newLineChars);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (6)
113ValidateContentChars(newLineChars, "NewLineChars", false); 160settings.NewLineChars = this.newLineChars; 1472RawText(newLineChars); 1898base.ValidateContentChars(newLineChars, "NewLineChars", true); 1905base.ValidateContentChars(newLineChars, "NewLineChars", false); 1914RawText(base.newLineChars);