1 write to logBuilder
dotnet-svcutil-lib.Tests (1)
TestLogger.cs (1)
23
this.
logBuilder
= new StringBuilder();
3 references to logBuilder
dotnet-svcutil-lib.Tests (3)
TestLogger.cs (3)
17
public string Log { get { return this.
logBuilder
.ToString(); } }
42
this.
logBuilder
.AppendLine(message);
62
return this.
logBuilder
.ToString();