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