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