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