33 writes to Indent
illink (3)
ILLink.Tasks (1)
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test (4)
Microsoft.Build (1)
Microsoft.Build.UnitTests.Shared (1)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.DotNet.SignCheckLibrary (1)
Microsoft.DotNet.XliffTasks (1)
Microsoft.Maui.Resizetizer (1)
Roslyn.Test.PdbUtilities (1)
System.Private.Xml (9)
System.Private.Xml.Linq (3)
System.Xaml (5)
xunit.console (1)
7 references to Indent
System.Private.Xml (7)
System\Xml\Core\XmlWriterSettings.cs (6)
374writer = Indent ? new XmlUtf8RawTextWriterIndent(output, this) : new XmlUtf8RawTextWriter(output, this);
377writer = Indent ? new HtmlUtf8RawTextWriterIndent(output, this) : new HtmlUtf8RawTextWriter(output, this);
396writer = Indent ? new XmlEncodedRawTextWriterIndent(output, this) : new XmlEncodedRawTextWriter(output, this);
399writer = Indent ? new HtmlEncodedRawTextWriterIndent(output, this) : new HtmlEncodedRawTextWriter(output, this);
445writer = Indent ? new XmlEncodedRawTextWriterIndent(output, this) : new XmlEncodedRawTextWriter(output, this);
448writer = Indent ? new HtmlEncodedRawTextWriterIndent(output, this) : new HtmlEncodedRawTextWriter(output, this);