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)
591TPDebug.Assert(_testHostProcessName != null, $"TestHostLaunchedHandler must run before this method and set the _testHostProcessName"); 593if (dumpFileName.StartsWith(_testHostProcessName, StringComparison.OrdinalIgnoreCase)) 595EqtTrace.Info($"[MonitorPostmortemDump]Valid pattern start with '{_testHostProcessName}' found for {dumpFileNameFullPath}");