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