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