3 references to _serviceInterceptor
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (3)
Cohost\TestRemoteServiceInvoker.cs (3)
38
service = await BrokeredServiceFactory.CreateServiceAsync<TService>(
_serviceInterceptor
, exportProvider, loggerFactory);
56
var solutionInfo = await
_serviceInterceptor
.GetSolutionInfoAsync(solution, cancellationToken);
62
_serviceInterceptor
.MapSolutionIdToRemote(localSolutionId, remoteSolution);