10 references to ExportableRemoteServiceInvoker
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (10)
Cohost\CohostRoslynCodeActionTest.cs (3)
208.AddParts(typeof(ExportableRemoteServiceInvoker)); 227var invoker = LocalExportProvider.AssumeNotNull().GetExportedValue<ExportableRemoteServiceInvoker>();
Cohost\CohostRoslynGoToDefTest.cs (3)
49.AddParts(typeof(ExportableRemoteServiceInvoker)); 65var invoker = LocalExportProvider.AssumeNotNull().GetExportedValue<ExportableRemoteServiceInvoker>();
Cohost\CohostRoslynRenameTest.cs (3)
199.AddParts(typeof(ExportableRemoteServiceInvoker)); 322var invoker = LocalExportProvider.AssumeNotNull().GetExportedValue<ExportableRemoteServiceInvoker>();
Cohost\ExportableRemoteServiceInvoker.cs (1)
16[Export(typeof(ExportableRemoteServiceInvoker))]