1 write to _reporter
GetDocument.Insider (1)
ProgramBase.cs (1)
20
_reporter
= new ConsoleReporter(_console, verbose: false, quiet: false);
2 references to _reporter
GetDocument.Insider (2)
ProgramBase.cs (2)
58
_reporter
.WriteError(ex.Message);
62
_reporter
.WriteError(ex.ToString());