18 references to WriteError
GetDocument.Insider (18)
Commands\GetDocumentCommand.cs (1)
154Reporter.WriteError(ex.ToString());
Commands\GetDocumentCommandWorker.cs (15)
62_reporter.WriteError(Resources.FormatMissingEntryPoint(_context.AssemblyPath)); 153_reporter.WriteError(Resources.FormatMethodsNotFound( 165_reporter.WriteError(Resources.FormatServiceProviderNotFound( 183_reporter.WriteError(ex.ToString()); 205_reporter.WriteError(Resources.FormatServiceTypeNotFound(DocumentService)); 253_reporter.WriteError(Resources.FormatServiceNotFound(DocumentService)); 269_reporter.WriteError(Resources.FormatDocumentNotFound(_context.DocumentName)); 278_reporter.WriteError(Resources.FileNameFormatInvalid); 315_reporter.WriteError(Resources.DocumentsNotFound); 362_reporter.WriteError(Resources.FormatMethodTimedOut(GenerateMethodName, DocumentService, 1)); 369_reporter.WriteError( 434_reporter.WriteError(Resources.FormatMethodNotFound(methodName, type)); 440_reporter.WriteError(Resources.FormatMethodIsStatic(methodName, type)); 446_reporter.WriteError( 460_reporter.WriteError(
ProgramBase.cs (2)
58_reporter.WriteError(ex.Message); 62_reporter.WriteError(ex.ToString());