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