1 write to _tabString
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\IndentTextWriter.cs (1)
48
_tabString
= tabString;
3 references to _tabString
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Compiler\IndentTextWriter.cs (3)
119
get { return
_tabString
; }
148
_writer.Write(
_tabString
);
479
_writer.Write(
_tabString
);