2 writes to _s
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\IndentTextWriter.cs (2)
494
_s
= null;
509
_s
= sb.ToString();
2 references to _s
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\IndentTextWriter.cs (2)
501
if (
_s
== null)
511
return
_s
;