3 references to HighestSupportedVersion
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
37
private readonly int _highestSupportedVersion = ProtocolVersioning.
HighestSupportedVersion
;
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
36
private readonly int _highestSupportedVersion = ProtocolVersioning.
HighestSupportedVersion
;
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
44
private int _protocolVersion = ProtocolVersioning.
HighestSupportedVersion
;