9 references to _protocolConfig
Microsoft.VisualStudio.TestPlatform.Client (9)
DesignMode\DesignModeClient.cs (9)
178
_protocolConfig
.Version = Math.Min(version,
_protocolConfig
.Version);
179
_communicationManager.SendMessage(MessageType.VersionCheck,
_protocolConfig
.Version);
342
if (
_protocolConfig
.Version < ObjectModel.Constants.MinimumProtocolVersionWithDebugSupport)
360
if (
_protocolConfig
.Version < 7)
362
_communicationManager.SendMessage(MessageType.EditorAttachDebugger, attachDebuggerInfo.ProcessId,
_protocolConfig
.Version);
477
testRequestManager.RunTests(testRunPayload!, customLauncher, new DesignModeTestEventsRegistrar(this),
_protocolConfig
);
515
testRequestManager.DiscoverTests(discoveryRequestPayload, new DesignModeTestEventsRegistrar(this),
_protocolConfig
);
554
testRequestManager.ProcessTestRunAttachments(attachmentsProcessingPayload, new TestRunAttachmentsProcessingEventsHandler(_communicationManager),
_protocolConfig
);