11 references to ProtocolVersion
Microsoft.TestPlatform.CommunicationUtilities (11)
Messages\MessageType.cs (11)
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.")]
49
[
ProtocolVersion
(Version1, typeof(int), Description = @"Used for version handshake from IDE to vstest.console and from vstest.console to testhost,
187
[
ProtocolVersion
(Version3, typeof(TestProcessAttachDebuggerPayload))]
193
[
ProtocolVersion
(Version3, typeof(bool))]
199
[
ProtocolVersion
(Version3, typeof(int), Deprecated = Version7, Description = "Carries the process id the IDE should attach to. DEPRECATED, use EditorAttachDebugger2 instead.")]
205
[
ProtocolVersion
(Version3, typeof(EditorAttachDebuggerAckPayload))]
281
[
ProtocolVersion
(Version7, typeof(EditorAttachDebuggerPayload))]