41 writes to Indent
aspire (1)
Aspire.Dashboard (1)
dotnet (1)
ILCompiler.Compiler (1)
ILCompiler.DependencyAnalysisFramework (1)
illink (3)
ILLink.Tasks (1)
Microsoft.Build (1)
Microsoft.DotNet.ApiCompatibility (1)
Microsoft.DotNet.XliffTasks (1)
Microsoft.Maui.Resizetizer (1)
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (2)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (6)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
System.Private.Xml (9)
System.Private.Xml.Linq (3)
System.ServiceModel.Primitives (2)
System.Xaml (5)
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);