1 write to newLineChars
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
119
newLineChars
= settings.NewLineChars;
8 references to newLineChars
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
955
RawText(base.
newLineChars
);
994
RawText(base.
newLineChars
);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (6)
129
ValidateContentChars(
newLineChars
, "NewLineChars", false);
206
settings.NewLineChars = this.
newLineChars
;
1592
RawText(
newLineChars
);
2023
base.ValidateContentChars(
newLineChars
, "NewLineChars", true);
2030
base.ValidateContentChars(
newLineChars
, "NewLineChars", false);
2039
RawText(base.
newLineChars
);