3 references to ProtocolError
Microsoft.TestPlatform.CommunicationUtilities (1)
TestRequestSender.cs (1)
257
else if (message.MessageType == MessageType.
ProtocolError
)
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
497
else if (message?.MessageType == MessageType.
ProtocolError
)
540
else if (message?.MessageType == MessageType.
ProtocolError
)