Implemented interface member:
property
DataCollectorProcessId
Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.DataCollection.Interfaces.IDataCollectionLauncher.DataCollectorProcessId
4 writes to DataCollectorProcessId
Microsoft.TestPlatform.CrossPlatEngine (4)
DataCollection\DefaultDataCollectionLauncher.cs (2)
44DataCollectorProcessId = -1; 72DataCollectorProcessId = _processHelper.GetProcessId(dataCollectorProcess);
DataCollection\DotnetDataCollectionLauncher.cs (2)
53DataCollectorProcessId = -1; 107DataCollectorProcessId = _processHelper.GetProcessId(dataCollectorProcess);
2 references to DataCollectorProcessId
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\DefaultDataCollectionLauncher.cs (1)
73return DataCollectorProcessId;
DataCollection\DotnetDataCollectionLauncher.cs (1)
109return DataCollectorProcessId;