18 references to WriteError
GetDocument.Insider (18)
Commands\GetDocumentCommand.cs (1)
157Reporter.WriteError(ex.ToString());
Commands\GetDocumentCommandWorker.cs (15)
62_reporter.WriteError(Resources.FormatMissingEntryPoint(_context.AssemblyPath)); 104_reporter.WriteError(Resources.FormatMethodsNotFound( 126_reporter.WriteError(Resources.FormatServiceProviderNotFound( 151_reporter.WriteError(ex.ToString()); 219_reporter.WriteError(Resources.FormatServiceTypeNotFound(DocumentService)); 267_reporter.WriteError(Resources.FormatServiceNotFound(DocumentService)); 283_reporter.WriteError(Resources.FormatDocumentNotFound(_context.DocumentName)); 292_reporter.WriteError(Resources.FileNameFormatInvalid); 329_reporter.WriteError(Resources.DocumentsNotFound); 376_reporter.WriteError(Resources.FormatMethodTimedOut(GenerateMethodName, DocumentService, 1)); 383_reporter.WriteError( 448_reporter.WriteError(Resources.FormatMethodNotFound(methodName, type)); 454_reporter.WriteError(Resources.FormatMethodIsStatic(methodName, type)); 460_reporter.WriteError( 474_reporter.WriteError(
ProgramBase.cs (2)
58_reporter.WriteError(ex.Message); 62_reporter.WriteError(ex.ToString());