1 implementation of GetProcessId
Microsoft.TestPlatform.PlatformAbstractions (1)
common\System\ProcessHelper.cs (1)
312public int GetProcessId(object? process)
2 references to GetProcessId
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\DefaultDataCollectionLauncher.cs (1)
72DataCollectorProcessId = _processHelper.GetProcessId(dataCollectorProcess);
DataCollection\DotnetDataCollectionLauncher.cs (1)
107DataCollectorProcessId = _processHelper.GetProcessId(dataCollectorProcess);