1 implementation of GetCurrentProcessId
Microsoft.TestPlatform.PlatformAbstractions (1)
common\System\ProcessHelper.cs (1)
242public int GetCurrentProcessId()
2 references to GetCurrentProcessId
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\ProxyOperationManager.cs (1)
211var processId = _processHelper.GetCurrentProcessId();
DataCollection\ProxyDataCollectionManager.cs (1)
312_processHelper.GetCurrentProcessId().ToString(CultureInfo.CurrentCulture)