Make ReferenceCodeLensProvider an IServiceBroker service and host it in OOP #43669
Open
Description
Currently CodeLens ServiceHub process calls to devenv and also to Roslyn's ServiceHub process to implement the needed functionality.
We should remove the call to devenv and let IServiceBroker provide communication channel between our two ServiceHub processes.