3 references to GetSolutionQueryOperations
Microsoft.CodeAnalysis.Remote.Razor (3)
FindAllReferences\RemoteFindAllReferencesService.cs (1)
124var fixedResultText = await FindAllReferencesHelper.GetResultTextAsync(DocumentMappingService, context.GetSolutionQueryOperations(), mappedRange.Start.Line, mappedUri.GetDocumentFilePath(), cancellationToken).ConfigureAwait(false);
GoToDefinition\RemoteGoToDefinitionService.cs (1)
67context.GetSolutionQueryOperations(),
Rename\RemoteRenameService.cs (1)
71.TryGetRazorRenameEditsAsync(context, positionInfo, newName, context.GetSolutionQueryOperations(), cancellationToken)