5 references to DocumentService
GetDocument.Insider (5)
Commands\GetDocumentCommandWorker.cs (5)
210
serviceType = assembly.GetType(
DocumentService
, throwOnError: false);
219
_reporter.WriteError(Resources.FormatServiceTypeNotFound(
DocumentService
));
267
_reporter.WriteError(Resources.FormatServiceNotFound(
DocumentService
));
376
_reporter.WriteError(Resources.FormatMethodTimedOut(GenerateMethodName,
DocumentService
, 1));
384
Resources.FormatMethodWroteNoContent(GenerateMethodName,
DocumentService
, documentName));