2 writes to _formatting
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (2)
257
_formatting
= Formatting.None;
335
set {
_formatting
= value; _indented = value == Formatting.Indented; }
1 reference to _formatting
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
334
get { return
_formatting
; }