5 references to DocumentService
GetDocument.Insider (5)
Commands\GetDocumentCommandWorker.cs (5)
196
serviceType = assembly.GetType(
DocumentService
, throwOnError: false);
205
_reporter.WriteError(Resources.FormatServiceTypeNotFound(
DocumentService
));
253
_reporter.WriteError(Resources.FormatServiceNotFound(
DocumentService
));
359
_reporter.WriteError(Resources.FormatMethodTimedOut(GenerateMethodName,
DocumentService
, 1));
367
Resources.FormatMethodWroteNoContent(GenerateMethodName,
DocumentService
, documentName));