3 writes to _indent
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (3)
169
_indent
= value ? TriState.True : TriState.False;
442
_indent
= value;
692
_indent
= TriState.Unknown;
2 references to _indent
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (2)
164
return
_indent
== TriState.True;
438
return
_indent
;