48 references to Formatting
Metrics (1)
MetricsOutputWriter.cs (1)
22writer.Formatting = Formatting.Indented;
Metrics.Legacy (1)
src\RoslynAnalyzers\Tools\Metrics\MetricsOutputWriter.cs (1)
22writer.Formatting = Formatting.Indented;
netstandard (1)
netstandard.cs (1)
2251[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Formatting))]
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\UpdateManifestForBrowserApplication.cs (1)
113Formatting = Formatting.Indented,
MS\Internal\Localization\LocalizationParserHooks.cs (1)
110writer.Formatting = Formatting.Indented;
PresentationFramework (8)
MS\Internal\LayoutDump.cs (2)
46Formatting = Formatting.Indented, 107Formatting = Formatting.Indented,
System\Windows\Documents\TextRangeSerialization.cs (3)
59Formatting saveWriterFormatting = Formatting.None; 63((XmlTextWriter)xmlWriter).Formatting = Formatting.None;
System\Windows\Markup\Primitives\MarkupWriter.cs (3)
492Formatting previousFormatting = (_xmlTextWriter != null) ? _xmlTextWriter.Formatting : Formatting.None; 662_xmlTextWriter.Formatting = Formatting.None;
ReachFramework (4)
AlphaFlattener\Flattener.cs (3)
459Formatting = System.Xml.Formatting.Indented, 477Formatting = System.Xml.Formatting.Indented, 485Formatting = System.Xml.Formatting.Indented,
Serialization\VisualSerializer.cs (1)
677Formatting = 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)
1452writer.Formatting = Formatting.Indented; 1470w.Formatting = Formatting.Indented; 1489writer.Formatting = Formatting.Indented; 1506writer.Formatting = Formatting.Indented; 1988xw.Formatting = Formatting.Indented; 2009w.Formatting = Formatting.Indented; 2024w.Formatting = Formatting.Indented; 2917w.Formatting = Formatting.Indented; 2930w.Formatting = Formatting.Indented; 2972xw.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 (9)
System\Xml\Core\XmlTextWriter.cs (4)
138private Formatting _formatting; 261_formatting = Formatting.None; 341public Formatting Formatting 344set { _formatting = value; _indented = value == Formatting.Indented; }
System\Xml\Dom\XmlDocument.cs (3)
1393xw.Formatting = Formatting.Indented; 1408xw.Formatting = Formatting.Indented; 1421xw.Formatting = Formatting.Indented;
System\Xml\Schema\XmlSchema.cs (2)
100xmlWriter.Formatting = Formatting.Indented; 118xmlWriter.Formatting = Formatting.Indented;
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
134xmlWriter.Formatting = Formatting.Indented;
System.Windows.Forms (1)
System\Resources\ResXResourceWriter.cs (1)
169_xmlTextWriter.Formatting = Formatting.Indented;
System.Xml (1)
System.Xml.cs (1)
7[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Formatting))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
6[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Formatting))]