1 write to _targetFramework
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameCollector.cs (1)
194
_targetFramework
= tfm;
2 references to _targetFramework
Microsoft.TestPlatform.Extensions.BlameDataCollector (2)
BlameCollector.cs (2)
263
_processDumpUtility.StartHangBasedProcessDump(_testHostProcessId, dumpDirectory, _hangDumpType == HangDumpType.Full,
_targetFramework
!, logWarning);
648
_processDumpUtility.StartTriggerBasedProcessDump(args.TestHostProcessId, dumpDirectory, _crashDumpType == CrashDumpType.Full,
_targetFramework
!, _collectDumpAlways, logWarning);