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