1 implementation of ICommunicationManager
Microsoft.TestPlatform.CommunicationUtilities (1)
SocketCommunicationManager.cs (1)
24public class SocketCommunicationManager : ICommunicationManager
21 references to ICommunicationManager
Microsoft.TestPlatform.CommunicationUtilities (13)
DataCollectionRequestHandler.cs (3)
43private readonly ICommunicationManager _communicationManager; 83ICommunicationManager communicationManager, 119ICommunicationManager communicationManager,
DataCollectionRequestSender.cs (2)
25private readonly ICommunicationManager _communicationManager; 45internal DataCollectionRequestSender(ICommunicationManager communicationManager, IDataSerializer dataSerializer)
DataCollectionTestCaseEventHandler.cs (2)
23private readonly ICommunicationManager _communicationManager; 42internal DataCollectionTestCaseEventHandler(IMessageSink messageSink, ICommunicationManager communicationManager, IDataCollectionManager? dataCollectionManager, IDataSerializer dataSerializer)
DataCollectionTestCaseEventSender.cs (2)
18private readonly ICommunicationManager _communicationManager; 34protected DataCollectionTestCaseEventSender(ICommunicationManager communicationManager, IDataSerializer dataSerializer)
SocketTransport.cs (2)
16private readonly ICommunicationManager _communicationManager; 23public SocketTransport(ICommunicationManager communicationManager, TestHostConnectionInfo connectionInfo)
TelemetryReporter.cs (2)
14private readonly ICommunicationManager _communicationManager; 17public TelemetryReporter(IRequestData requestData, ICommunicationManager communicationManager, IDataSerializer dataSerializer)
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
38private readonly ICommunicationManager _communicationManager; 70ICommunicationManager communicationManager,
Microsoft.VisualStudio.TestPlatform.Client (6)
AttachmentsProcessing\TestRunAttachmentsProcessingEventsHandler.cs (2)
20private readonly ICommunicationManager _communicationManager; 26public TestRunAttachmentsProcessingEventsHandler(ICommunicationManager communicationManager)
DesignMode\DesignModeClient.cs (2)
41private readonly ICommunicationManager _communicationManager; 75internal DesignModeClient(ICommunicationManager communicationManager, IDataSerializer dataSerializer, IEnvironment platformEnvironment)
TestSession\TestSessionEventsHandler.cs (2)
17private readonly ICommunicationManager _communicationManager; 26public TestSessionEventsHandler(ICommunicationManager communicationManager)