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