1 write to newLineChars
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
103
newLineChars
= settings.NewLineChars;
8 references to newLineChars
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
951
RawText(base.
newLineChars
);
990
RawText(base.
newLineChars
);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (6)
113
ValidateContentChars(
newLineChars
, "NewLineChars", false);
160
settings.NewLineChars = this.
newLineChars
;
1472
RawText(
newLineChars
);
1898
base.ValidateContentChars(
newLineChars
, "NewLineChars", true);
1905
base.ValidateContentChars(
newLineChars
, "NewLineChars", false);
1914
RawText(base.
newLineChars
);