3 references to GetProjectServices
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
113=> _workspace?.Services.SolutionServices.GetProjectServices(snapshot.ContentType)?.GetService<IClassificationService>();
Shared\Extensions\HostWorkspaceServicesExtensions.cs (2)
24return workspaceServices.GetProjectServices(textBuffer.ContentType); 46workspace.Services.SolutionServices.GetProjectServices(buffer.ContentType)?.Language : null;