1 write to _fileHelper
vstest.console (1)
Processors\AeDebuggerArgumentProcessor.cs (1)
81
_fileHelper
= fileHelper ?? throw new ArgumentNullException(nameof(fileHelper));
3 references to _fileHelper
vstest.console (3)
Processors\AeDebuggerArgumentProcessor.cs (3)
155
if (!
_fileHelper
.Exists(procDumpPath))
224
if (!
_fileHelper
.DirectoryExists(directoryInfo.FullName))
249
if (!
_fileHelper
.DirectoryExists(directoryInfo.FullName))