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)
295
if (_protocolVersion < ObjectModelConstants.
MinimumProtocolVersionWithDebugSupport
)
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
357
if (_protocolConfig.Version < ObjectModel.Constants.
MinimumProtocolVersionWithDebugSupport
)