11 references to ProtocolVersioning
Microsoft.TestPlatform.CommunicationUtilities (9)
DataCollectionRequestHandler.cs (1)
308? Math.Min(message.Version, ProtocolVersioning.HighestSupportedVersion)
DataCollectionRequestSender.cs (2)
123_communicationManager.SendMessage(MessageType.BeforeTestRunStart, payload, ProtocolVersioning.HighestSupportedVersion); 148_protocolVersion = Math.Min(message.Version, ProtocolVersioning.HighestSupportedVersion);
DataCollectionTestCaseEventHandler.cs (2)
100_communicationManager.SendMessage(MessageType.DataCollectionTestStartAck, string.Empty, Math.Min(message.Version, ProtocolVersioning.HighestSupportedVersion)); 125_communicationManager.SendMessage(MessageType.DataCollectionTestEndResult, attachmentSets, Math.Min(message.Version, ProtocolVersioning.HighestSupportedVersion));
DataCollectionTestCaseEventSender.cs (2)
24private int _protocolVersion = ProtocolVersioning.HighestSupportedVersion; 102_protocolVersion = Math.Min(message.Version, ProtocolVersioning.HighestSupportedVersion);
Messages\MessageType.cs (1)
7using static Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.ProtocolVersioning;
TestRequestSender.cs (1)
37private readonly int _highestSupportedVersion = ProtocolVersioning.HighestSupportedVersion;
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
36private readonly int _highestSupportedVersion = ProtocolVersioning.HighestSupportedVersion;
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
44private int _protocolVersion = ProtocolVersioning.HighestSupportedVersion;