1 write to _newLineChars
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs (1)
69
_newLineChars
= newLineChars;
9 references to _newLineChars
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs (9)
95
s.NewLineChars =
_newLineChars
;
412
if (
_newLineChars
== "\n")
426
if (
_newLineChars
== "\r\n")
440
if (
_newLineChars
== "\r")
455
sb.Append(
_newLineChars
);
490
if (
_newLineChars
== "\n")
504
if (
_newLineChars
== "\r\n")
518
if (
_newLineChars
== "\r")
533
sb.Append(
_newLineChars
);