1 instantiation of TestRemoteServiceInvoker
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\CohostEndpointTestBase.cs (1)
38_remoteServiceInvoker = new TestRemoteServiceInvoker(JoinableTaskContext, OOPExportProvider, LoggerFactory);
2 references to TestRemoteServiceInvoker
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (2)
Cohost\CohostEndpointTestBase.cs (2)
23private TestRemoteServiceInvoker? _remoteServiceInvoker; 28private protected TestRemoteServiceInvoker TestRemoteServiceInvoker => _remoteServiceInvoker.AssumeNotNull();