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)
445if (!string.IsNullOrWhiteSpace(_collectCrashDumpType)) 447crashDumpArgs += $";DumpType={_collectCrashDumpType}";