6 references to Version0
Microsoft.TestPlatform.CommunicationUtilities (6)
Messages\MessageType.cs (5)
19
[ProtocolVersion(
Version0
, typeof(void), Description = "Not used.")]
25
[ProtocolVersion(
Version0
, typeof(void))]
31
[ProtocolVersion(
Version0
, typeof(void), Description = "Is sent to testhost, and then ignored.")]
37
[ProtocolVersion(
Version0
, typeof(void), Description = "Is sent from DesignMode client (vstest.console) back to IDE, to signal that we are ready to recieve requests.")]
43
[ProtocolVersion(
Version0
, typeof(TestMessagePayload), Description = "A log message or similar message sent back from console or testhost.")]
ProtocolVersioning.cs (1)
11
public const int LowestSupportedVersion =
Version0
;