1 write to _collectCrashDumpType
dotnet (1)
Commands\Test\VSTest\VSTestArgumentConverter.cs (1)
391
_collectCrashDumpType
= argument;
2 references to _collectCrashDumpType
dotnet (2)
Commands\Test\VSTest\VSTestArgumentConverter.cs (2)
445
if (!string.IsNullOrWhiteSpace(
_collectCrashDumpType
))
447
crashDumpArgs += $";DumpType={
_collectCrashDumpType
}";