2 writes to _indentChar
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (2)
259
_indentChar
= ' ';
354
set {
_indentChar
= value; }
2 references to _indentChar
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (2)
353
get { return
_indentChar
; }
1404
_textWriter.Write(
_indentChar
);