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);