1 write to FileName
GetDocument.Insider (1)
Commands\GetDocumentCommand.cs (1)
149
FileName
= _fileName.Value(),
3 references to FileName
GetDocument.Insider (3)
Commands\GetDocumentCommandWorker.cs (3)
290
if (!string.IsNullOrWhiteSpace(_context.
FileName
) && !Regex.IsMatch(_context.
FileName
, "^([A-Za-z0-9-_]+)$"))
312
_context.
FileName
);