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