8 writes to IndentChars
System.ServiceModel (1)
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (1)
159settings.IndentChars = sb.ToString();
System.Workflow.Activities (1)
Common\CompModHelpers.cs (1)
988settings.IndentChars = ("\t");
System.Workflow.ComponentModel (1)
Shared\CompModHelpers.cs (1)
986settings.IndentChars = ("\t");
System.Workflow.Runtime (1)
Tracking\SqlTrackingService.cs (1)
617settings.IndentChars = ("\t");
System.Xml (3)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1662settings.IndentChars = indentChars;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1558settings.IndentChars = indentChars;
System\Xml\Core\XmlWriterSettings.cs (1)
835IndentChars = reader.ReadStringQ();
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (1)
485XmlWriterSettings xmlSettings = new XmlWriterSettings { Indent = true, IndentChars = " ", CloseOutput = true };
9 references to IndentChars
System.ServiceModel (2)
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (2)
135sb.Append(settings.IndentChars); 138sb.Append(settings.IndentChars);
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (2)
197prettySegment.Append(writer.Settings.IndentChars); 201prettySegment.Append(writer.Settings.IndentChars);
System.Xml (5)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
903indentChars = settings.IndentChars;
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
903indentChars = settings.IndentChars;
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1819indentChars = settings.IndentChars;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1715indentChars = settings.IndentChars;
System\Xml\Core\XmlWriterSettings.cs (1)
787writer.WriteStringQ(IndentChars);