17 instantiations of ProtocolConfig
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Constants.cs (1)
186public static readonly ProtocolConfig DefaultProtocolConfig = new() { Version = 7 };
vstest.console (8)
InProcessVsTestConsoleWrapper.cs (8)
277new ProtocolConfig { Version = _highestSupportedVersion }); 344new ProtocolConfig { Version = _highestSupportedVersion }); 438new ProtocolConfig { Version = _highestSupportedVersion }); 517new ProtocolConfig { Version = _highestSupportedVersion }); 607new ProtocolConfig { Version = _highestSupportedVersion }); 716new ProtocolConfig { Version = _highestSupportedVersion }); 827new ProtocolConfig { Version = _highestSupportedVersion }); 969new ProtocolConfig { Version = _highestSupportedVersion }),
vstest.console.arm64 (8)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (8)
277new ProtocolConfig { Version = _highestSupportedVersion }); 344new ProtocolConfig { Version = _highestSupportedVersion }); 438new ProtocolConfig { Version = _highestSupportedVersion }); 517new ProtocolConfig { Version = _highestSupportedVersion }); 607new ProtocolConfig { Version = _highestSupportedVersion }); 716new ProtocolConfig { Version = _highestSupportedVersion }); 827new ProtocolConfig { Version = _highestSupportedVersion }); 969new ProtocolConfig { Version = _highestSupportedVersion }),
25 references to ProtocolConfig
Microsoft.TestPlatform.CommunicationUtilities (3)
TestRequestSender.cs (3)
59public TestRequestSender(ProtocolConfig protocolConfig, ITestRuntimeProvider runtimeProvider) 75ProtocolConfig protocolConfig, 118ProtocolConfig protocolConfig,
Microsoft.VisualStudio.TestPlatform.Client (6)
DesignMode\DesignModeClient.cs (1)
43private readonly ProtocolConfig _protocolConfig = Constants.DefaultProtocolConfig;
RequestHelper\ITestRequestManager.cs (5)
45ProtocolConfig protocolConfig); 59ProtocolConfig protocolConfig); 75ProtocolConfig protocolConfig); 89ProtocolConfig protocolConfig); 101ProtocolConfig protocolConfig);
Microsoft.VisualStudio.TestPlatform.Common (2)
RequestData.cs (2)
25private ProtocolConfig? _protocolConfig; 48public ProtocolConfig? ProtocolConfig
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Client\Interfaces\IRequestData.cs (1)
19ProtocolConfig? ProtocolConfig { get; set; }
Constants.cs (1)
186public static readonly ProtocolConfig DefaultProtocolConfig = new() { Version = 7 };
vstest.console (6)
TestPlatformHelpers\TestRequestManager.cs (6)
171ProtocolConfig protocolConfig) 293ProtocolConfig protocolConfig) 417ProtocolConfig protocolConfig) 469ProtocolConfig protocolConfig) 575ProtocolConfig protocolConfig) 1533private IRequestData GetRequestData(ProtocolConfig protocolConfig)
vstest.console.arm64 (6)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (6)
171ProtocolConfig protocolConfig) 293ProtocolConfig protocolConfig) 417ProtocolConfig protocolConfig) 469ProtocolConfig protocolConfig) 575ProtocolConfig protocolConfig) 1533private IRequestData GetRequestData(ProtocolConfig protocolConfig)