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)
95s.NewLineChars = _newLineChars; 412if (_newLineChars == "\n") 426if (_newLineChars == "\r\n") 440if (_newLineChars == "\r") 455sb.Append(_newLineChars); 490if (_newLineChars == "\n") 504if (_newLineChars == "\r\n") 518if (_newLineChars == "\r") 533sb.Append(_newLineChars);