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