12 references to Formatting
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (4)
141private Formatting _formatting; 257_formatting = Formatting.None; 332public Formatting Formatting 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;