11 references to _protocolConfig
Microsoft.VisualStudio.TestPlatform.Client (11)
DesignMode\DesignModeClient.cs (11)
179
_protocolConfig
.Version = Math.Min(version,
_protocolConfig
.Version);
180
_communicationManager.SendMessage(MessageType.VersionCheck,
_protocolConfig
.Version);
357
if (
_protocolConfig
.Version < ObjectModel.Constants.MinimumProtocolVersionWithDebugSupport)
375
if (
_protocolConfig
.Version < 7)
377
_communicationManager.SendMessage(MessageType.EditorAttachDebugger, attachDebuggerInfo.ProcessId,
_protocolConfig
.Version);
492
testRequestManager.RunTests(testRunPayload!, customLauncher, new DesignModeTestEventsRegistrar(this),
_protocolConfig
);
530
testRequestManager.DiscoverTests(discoveryRequestPayload, new DesignModeTestEventsRegistrar(this),
_protocolConfig
);
569
testRequestManager.ProcessTestRunAttachments(attachmentsProcessingPayload, new TestRunAttachmentsProcessingEventsHandler(_communicationManager),
_protocolConfig
);
613
requestManager.StartTestSession(payload, customLauncher, eventsHandler,
_protocolConfig
);
645
requestManager.StopTestSession(payload, eventsHandler,
_protocolConfig
);