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); 342if (_protocolConfig.Version < ObjectModel.Constants.MinimumProtocolVersionWithDebugSupport) 360if (_protocolConfig.Version < 7) 362_communicationManager.SendMessage(MessageType.EditorAttachDebugger, attachDebuggerInfo.ProcessId, _protocolConfig.Version); 477testRequestManager.RunTests(testRunPayload!, customLauncher, new DesignModeTestEventsRegistrar(this), _protocolConfig); 515testRequestManager.DiscoverTests(discoveryRequestPayload, new DesignModeTestEventsRegistrar(this), _protocolConfig); 554testRequestManager.ProcessTestRunAttachments(attachmentsProcessingPayload, new TestRunAttachmentsProcessingEventsHandler(_communicationManager), _protocolConfig);