1 write to newLineChars
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
119newLineChars = settings.NewLineChars;
8 references to newLineChars
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
955RawText(base.newLineChars); 994RawText(base.newLineChars);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (6)
129ValidateContentChars(newLineChars, "NewLineChars", false); 206settings.NewLineChars = this.newLineChars; 1592RawText(newLineChars); 2023base.ValidateContentChars(newLineChars, "NewLineChars", true); 2030base.ValidateContentChars(newLineChars, "NewLineChars", false); 2039RawText(base.newLineChars);