1 write to _exePath
Microsoft.Extensions.DataIngestion.MarkItDown (1)
MarkItDownReader.cs (1)
29_exePath = exePath;
2 references to _exePath
Microsoft.Extensions.DataIngestion.MarkItDown (2)
MarkItDownReader.cs (2)
47string workingDirectory = _exePath?.Directory?.FullName ?? AppContext.BaseDirectory; 51FileName = _exePath?.FullName ?? "markitdown",