6 writes to Description
Microsoft.TestPlatform.CommunicationUtilities (6)
Messages\MessageType.cs (6)
19
[ProtocolVersion(Version0, typeof(void),
Description
= "Not used.")]
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.")]
49
[ProtocolVersion(Version1, typeof(int),
Description
= @"Used for version handshake from IDE to vstest.console and from vstest.console to testhost,
199
[ProtocolVersion(Version3, typeof(int), Deprecated = Version7,
Description
= "Carries the process id the IDE should attach to. DEPRECATED, use EditorAttachDebugger2 instead.")]