2 instantiations of TestRequestSender
Microsoft.TestPlatform.CrossPlatEngine (2)
TestEngine.cs (2)
143
new
TestRequestSender
(requestData.ProtocolConfig!, hostManager),
257
var requestSender = new
TestRequestSender
(requestData.ProtocolConfig!, hostManager);
3 references to TestRequestSender
Microsoft.TestPlatform.CommunicationUtilities (2)
TestRequestSender.cs (2)
55
/// Initializes a new instance of the <see cref="
TestRequestSender
"/> class.
106
/// Initializes a new instance of the <see cref="
TestRequestSender
"/> class.
Microsoft.TestPlatform.CrossPlatEngine (1)
TestEngine.cs (1)
257
var
requestSender = new TestRequestSender(requestData.ProtocolConfig!, hostManager);