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