11 writes to Indentation
PresentationBuildTasks (1)
BuildTasks\Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
133manifestWriter.Indentation = 4;
PresentationFramework (2)
src\Framework\MS\Internal\LayoutDump.cs (2)
53writer.Indentation = 2; 113writer.Indentation = 2;
System.Configuration (1)
System\Configuration\ConfigurationSection.cs (1)
81writer.Indentation = 4;
System.Web (1)
Compilation\PreservationFileWriter.cs (1)
41_writer.Indentation = 4;
System.Web.Services (2)
System\Web\Services\Description\ServiceDescription.cs (1)
415xmlWriter.Indentation = 2;
System\Web\Services\Discovery\DiscoveryDocument.cs (1)
100xmlWriter.Indentation = 2;
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXResourceWriter.cs (1)
318xmlTextWriter.Indentation = 2;
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
1350writer.Indentation = 4;
System.Xml (2)
System\Xml\Serialization\XmlSerializer.cs (2)
281xmlWriter.Indentation = 2; 300xmlWriter.Indentation = 2;
3 references to Indentation
System.ServiceModel (3)
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (3)
154if (settings.Indent && xmlTextWriter.Indentation > 0) 156StringBuilder sb = new StringBuilder(xmlTextWriter.Indentation); 157for (int i = 0; i < xmlTextWriter.Indentation; i++)