12 references to Formatting
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (4)
141
private
Formatting
_formatting;
257
_formatting =
Formatting
.None;
332
public
Formatting
Formatting
335
set { _formatting = value; _indented = value ==
Formatting
.Indented; }
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (3)
1340
xw.Formatting =
Formatting
.Indented;
1355
xw.Formatting =
Formatting
.Indented;
1368
xw.Formatting =
Formatting
.Indented;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (2)
138
xmlWriter.Formatting =
Formatting
.Indented;
158
xmlWriter.Formatting =
Formatting
.Indented;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (2)
312
xmlWriter.Formatting =
Formatting
.Indented;
333
xmlWriter.Formatting =
Formatting
.Indented;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
453
xmlWriter.Formatting =
Formatting
.Indented;