3 writes to NewLineChars
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs (1)
95s.NewLineChars = _newLineChars;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
206settings.NewLineChars = this.newLineChars;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
160settings.NewLineChars = this.newLineChars;
3 references to NewLineChars
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
119newLineChars = settings.NewLineChars;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
103newLineChars = settings.NewLineChars;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (1)
768writer = new XmlCharCheckingWriter(writer, checkValues, checkNames, replaceNewLines, this.NewLineChars);