1 write to DocumentName
GetDocument.Insider (1)
Commands\GetDocumentCommand.cs (1)
144DocumentName = _documentName.Value(),
4 references to DocumentName
GetDocument.Insider (4)
Commands\GetDocumentCommandWorker.cs (4)
265if (!string.IsNullOrEmpty(_context.DocumentName)) 267if (!documentNames.Contains(_context.DocumentName)) 269_reporter.WriteError(Resources.FormatDocumentNotFound(_context.DocumentName)); 273documentNames = [_context.DocumentName];