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