1 write to _testHostProcessName
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameCollector.cs (1)
635
_testHostProcessName
= _processHelper.GetProcessName(args.TestHostProcessId);
3 references to _testHostProcessName
Microsoft.TestPlatform.Extensions.BlameDataCollector (3)
BlameCollector.cs (3)
591
TPDebug.Assert(
_testHostProcessName
!= null, $"TestHostLaunchedHandler must run before this method and set the _testHostProcessName");
593
if (dumpFileName.StartsWith(
_testHostProcessName
, StringComparison.OrdinalIgnoreCase))
595
EqtTrace.Info($"[MonitorPostmortemDump]Valid pattern start with '{
_testHostProcessName
}' found for {dumpFileNameFullPath}");