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)
882
else if (message?.MessageType == MessageType.
ProtocolError
)
925
else if (message?.MessageType == MessageType.
ProtocolError
)