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