9 references to Indented
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
335set { _formatting = value; _indented = value == Formatting.Indented; }
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (3)
1340xw.Formatting = Formatting.Indented; 1355xw.Formatting = Formatting.Indented; 1368xw.Formatting = Formatting.Indented;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
138xmlWriter.Formatting = Formatting.Indented; 158xmlWriter.Formatting = Formatting.Indented;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (2)
312xmlWriter.Formatting = Formatting.Indented; 333xmlWriter.Formatting = Formatting.Indented;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
453xmlWriter.Formatting = Formatting.Indented;