2 writes to _newLineChars
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (2)
155_newLineChars = value; 691_newLineChars = Environment.NewLine; // "\r\n" on Windows, "\n" on Unix
1 reference to _newLineChars
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (1)
145return _newLineChars;