1 instantiation of TestHostLaunchedPayload
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\ProxyDataCollectionManager.cs (1)
218
var payload = new
TestHostLaunchedPayload
();
5 references to TestHostLaunchedPayload
Microsoft.TestPlatform.CommunicationUtilities (4)
DataCollectionRequestHandler.cs (2)
194
var
testHostLaunchedPayload = _dataSerializer.DeserializePayload<
TestHostLaunchedPayload
>(message);
DataCollectionRequestSender.cs (1)
95
public void SendTestHostLaunched(
TestHostLaunchedPayload
testHostLaunchedPayload)
Interfaces\IDataCollectionRequestSender.cs (1)
41
void SendTestHostLaunched(
TestHostLaunchedPayload
testHostLaunchedPayload);
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\ProxyDataCollectionManager.cs (1)
218
var
payload = new TestHostLaunchedPayload();