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)); 266_reporter.WriteError(Resources.FormatDocumentNotFound(_context.DocumentName)); 272_reporter.WriteError(Resources.FileNameFormatInvalid); 306_reporter.WriteError(Resources.DocumentsNotFound); 353_reporter.WriteError(Resources.FormatMethodTimedOut(GenerateMethodName, DocumentService, 1)); 360_reporter.WriteError( 425_reporter.WriteError(Resources.FormatMethodNotFound(methodName, type)); 431_reporter.WriteError(Resources.FormatMethodIsStatic(methodName, type)); 437_reporter.WriteError( 451_reporter.WriteError(
ProgramBase.cs (2)
58_reporter.WriteError(ex.Message); 62_reporter.WriteError(ex.ToString());