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); 357if (_protocolConfig.Version < ObjectModel.Constants.MinimumProtocolVersionWithDebugSupport) 375if (_protocolConfig.Version < 7) 377_communicationManager.SendMessage(MessageType.EditorAttachDebugger, attachDebuggerInfo.ProcessId, _protocolConfig.Version); 492testRequestManager.RunTests(testRunPayload!, customLauncher, new DesignModeTestEventsRegistrar(this), _protocolConfig); 530testRequestManager.DiscoverTests(discoveryRequestPayload, new DesignModeTestEventsRegistrar(this), _protocolConfig); 569testRequestManager.ProcessTestRunAttachments(attachmentsProcessingPayload, new TestRunAttachmentsProcessingEventsHandler(_communicationManager), _protocolConfig); 613requestManager.StartTestSession(payload, customLauncher, eventsHandler, _protocolConfig); 645requestManager.StopTestSession(payload, eventsHandler, _protocolConfig);