1 write to _protocolVersion
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionRequestSender.cs (1)
148
_protocolVersion
= Math.Min(message.Version, ProtocolVersioning.HighestSupportedVersion);
2 references to _protocolVersion
Microsoft.TestPlatform.CommunicationUtilities (2)
DataCollectionRequestSender.cs (2)
102
_communicationManager.SendMessage(MessageType.TestHostLaunched, testHostLaunchedPayload,
_protocolVersion
);
170
_communicationManager.SendMessage(MessageType.AfterTestRunEnd, isCancelled,
_protocolVersion
);