1 write to _protocolVersion
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventSender.cs (1)
102_protocolVersion = Math.Min(message.Version, ProtocolVersioning.HighestSupportedVersion);
3 references to _protocolVersion
Microsoft.TestPlatform.CommunicationUtilities (3)
DataCollectionTestCaseEventSender.cs (3)
90_communicationManager.SendMessage(MessageType.DataCollectionTestStart, e, _protocolVersion); 110_communicationManager.SendMessage(MessageType.DataCollectionTestEnd, e, _protocolVersion); 124_communicationManager.SendMessage(MessageType.SessionEnd, e, _protocolVersion);