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