1 write to indentChars
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2013
indentChars
= settings.IndentChars;
4 references to indentChars
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (4)
1825
settings.IndentChars =
indentChars
;
2022
base.ValidateContentChars(
indentChars
, "IndentChars", true);
2027
base.ValidateContentChars(
indentChars
, "IndentChars", false);
2042
RawText(
indentChars
);