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)
145
return
_newLineChars
;