1 implementation of ProtocolConfig
Microsoft.VisualStudio.TestPlatform.Common (1)
RequestData.cs (1)
48
public ProtocolConfig?
ProtocolConfig
7 references to ProtocolConfig
Microsoft.TestPlatform.CrossPlatEngine (6)
Client\Parallel\ParallelDiscoveryEventsHandler.cs (1)
202
var rawMessage = _dataSerializer.SerializePayload(messageType, payload, _requestData.
ProtocolConfig
!.Version);
Client\Parallel\ParallelRunEventsHandler.cs (1)
203
var rawMessage = _dataSerializer.SerializePayload(messageType, payload, _requestData.
ProtocolConfig
!.Version);
TestEngine.cs (4)
159
new TestRequestSender(requestData.
ProtocolConfig
!, hostManager),
178
new TestRequestSender(requestData.
ProtocolConfig
!, hostManager),
279
var requestSender = new TestRequestSender(requestData.
ProtocolConfig
!, hostManager);
391
var requestSender = new TestRequestSender(requestData.
ProtocolConfig
!, hostManager)
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Interfaces\IRequestData.cs (1)
17
/// Gets or sets the ProtocolConfig <see cref="
ProtocolConfig
"/>