1 write to _remoteServiceInvoker
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostEndpointTestBase.cs (1)
38_remoteServiceInvoker = new TestRemoteServiceInvoker(JoinableTaskContext, OOPExportProvider, LoggerFactory);
3 references to _remoteServiceInvoker
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (3)
Cohost\CohostEndpointTestBase.cs (3)
27private protected override IRemoteServiceInvoker RemoteServiceInvoker => _remoteServiceInvoker.AssumeNotNull(); 28private protected TestRemoteServiceInvoker TestRemoteServiceInvoker => _remoteServiceInvoker.AssumeNotNull(); 39AddDisposable(_remoteServiceInvoker);