4 references to DisableFormatting
System.Xml.Linq (4)
System\Xml\Linq\XComponentModel.cs (1)
360
return element.ToString(SaveOptions.
DisableFormatting
);
System\Xml\Linq\XLinq.cs (3)
1999
if ((o & SaveOptions.
DisableFormatting
) == 0) ws.Indent = true;
2008
if ((o & SaveOptions.
DisableFormatting
) == 0) ws.Indent = true;
7386
if ((o & SaveOptions.
DisableFormatting
) == 0) ws.Indent = true;