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