9 writes to Indent
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
422_writerSettings.Indent = true;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1824settings.Indent = true;
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1699settings.Indent = true;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
686settings.Indent = true;
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (2)
1418writerSettings.Indent = true; 1457writerSettings.Indent = true;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
457settings.Indent = true;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeader.cs (1)
53XmlWriterSettings xmlSettings = new XmlWriterSettings() { Indent = true };
Metadata\MetadataDocumentSaver.cs (1)
322Indent = true,
6 references to Indent
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (6)
509if (this.Indent) 519if (this.Indent) 545if (this.Indent) 555if (this.Indent) 606if (this.Indent) 616if (this.Indent)