4 references to MinimumProtocolVersionWithDebugSupport
Microsoft.TestPlatform.CommunicationUtilities (2)
TestRequestSender.cs (2)
393&& _protocolVersion < ObjectModelConstants.MinimumProtocolVersionWithDebugSupport) 436&& _protocolVersion < ObjectModelConstants.MinimumProtocolVersionWithDebugSupport)
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestRequestHandler.cs (1)
295if (_protocolVersion < ObjectModelConstants.MinimumProtocolVersionWithDebugSupport)
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
357if (_protocolConfig.Version < ObjectModel.Constants.MinimumProtocolVersionWithDebugSupport)