6 references to IWorkspaceContextService
Microsoft.CodeAnalysis.EditorFeatures (6)
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
100var workspaceContextService = document.Project.Solution.Services.GetRequiredService<IWorkspaceContextService>();
InlineHints\InlineHintsDataTaggerProvider.cs (1)
104var workspaceContextService = document.Project.Solution.Services.GetRequiredService<IWorkspaceContextService>();
Shared\Extensions\ITextBufferExtensions.cs (2)
20var workspaceContextService = workspace.Services.GetRequiredService<IWorkspaceContextService>();
Shared\Utilities\IWorkspaceContextService.cs (2)
28[ExportWorkspaceService(typeof(IWorkspaceContextService), ServiceLayer.Default), Shared] 31internal sealed class DefaultWorkspaceContextService(IGlobalOptionService globalOptionsService) : IWorkspaceContextService