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