1 write to indentChars
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1888
indentChars
= settings.IndentChars;
4 references to indentChars
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (4)
1700
settings.IndentChars =
indentChars
;
1897
base.ValidateContentChars(
indentChars
, "IndentChars", true);
1902
base.ValidateContentChars(
indentChars
, "IndentChars", false);
1917
RawText(
indentChars
);