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)
44
DataCollectorProcessId
= -1;
72
DataCollectorProcessId
= _processHelper.GetProcessId(dataCollectorProcess);
DataCollection\DotnetDataCollectionLauncher.cs (2)
53
DataCollectorProcessId
= -1;
107
DataCollectorProcessId
= _processHelper.GetProcessId(dataCollectorProcess);
2 references to DataCollectorProcessId
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\DefaultDataCollectionLauncher.cs (1)
73
return
DataCollectorProcessId
;
DataCollection\DotnetDataCollectionLauncher.cs (1)
109
return
DataCollectorProcessId
;