38 references to Indented
Microsoft.Build (1)
ProjectWriter.cs (1)
119base.Formatting = Formatting.Indented;
Microsoft.Build.Tasks.Core (3)
AddToWin32Manifest.cs (1)
173xmlWriter.Formatting = Formatting.Indented;
BootstrapperUtil\BootstrapperBuilder.cs (1)
1998xmlwriter.Formatting = Formatting.Indented;
ManifestUtil\ManifestFormatter.cs (1)
30Formatting = Formatting.Indented,
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
PDB\PDBWinMdExpTests.vb (1)
202writer.Formatting = Formatting.Indented
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
121manifestWriter.Formatting = Formatting.Indented;
MS\Internal\Localization\LocalizationParserHooks.cs (1)
111writer.Formatting = Formatting.Indented;
PresentationFramework (2)
MS\Internal\LayoutDump.cs (2)
47writer.Formatting = Formatting.Indented; 107writer.Formatting = Formatting.Indented;
ReachFramework (4)
AlphaFlattener\Flattener.cs (3)
466writer.Formatting = System.Xml.Formatting.Indented; 482resWriter.Formatting = System.Xml.Formatting.Indented; 488bodyWriter.Formatting = System.Xml.Formatting.Indented;
Serialization\VisualSerializer.cs (1)
678xwriter.Formatting = System.Xml.Formatting.Indented;
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationSection.cs (1)
61Formatting = Formatting.Indented,
System.Data.Common (17)
System\Data\DataSet.cs (10)
1455writer.Formatting = Formatting.Indented; 1473w.Formatting = Formatting.Indented; 1492writer.Formatting = Formatting.Indented; 1509writer.Formatting = Formatting.Indented; 1991xw.Formatting = Formatting.Indented; 2012w.Formatting = Formatting.Indented; 2027w.Formatting = Formatting.Indented; 2920w.Formatting = Formatting.Indented; 2933w.Formatting = Formatting.Indented; 2975xw.Formatting = Formatting.Indented;
System\Data\DataTable.cs (6)
5357w.Formatting = Formatting.Indented; 5377w.Formatting = Formatting.Indented; 5472xw.Formatting = Formatting.Indented; 5500w.Formatting = Formatting.Indented; 5519w.Formatting = Formatting.Indented; 5629xw.Formatting = Formatting.Indented;
System\Data\xmlsaver.cs (1)
867((XmlTextWriter)xw).Formatting = Formatting.Indented;
System.Private.Xml (6)
System\Xml\Core\XmlTextWriter.cs (1)
344set { _formatting = value; _indented = value == Formatting.Indented; }
System\Xml\Dom\XmlDocument.cs (3)
1397xw.Formatting = Formatting.Indented; 1412xw.Formatting = Formatting.Indented; 1425xw.Formatting = Formatting.Indented;
System\Xml\Schema\XmlSchema.cs (2)
108xmlWriter.Formatting = Formatting.Indented; 126xmlWriter.Formatting = Formatting.Indented;
System.Windows.Forms (1)
System\Resources\ResXResourceWriter.cs (1)
169_xmlTextWriter.Formatting = Formatting.Indented;