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