1 implementation of IHostDependentFormattingRuleFactoryService
Microsoft.CodeAnalysis.Workspaces (1)
Formatting\Rules\DefaultFormattingRuleFactoryServiceFactory.cs (1)
14
internal sealed class DefaultFormattingRuleFactoryService :
IHostDependentFormattingRuleFactoryService
3 references to IHostDependentFormattingRuleFactoryService
Microsoft.CodeAnalysis.Workspaces (3)
Formatting\Rules\DefaultFormattingRuleFactoryServiceFactory.cs (1)
13
[ExportWorkspaceService(typeof(
IHostDependentFormattingRuleFactoryService
), ServiceLayer.Default), Shared]
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\AbstractIndentationService.cs (2)
51
var
formattingRuleFactory = document.SolutionServices.GetRequiredService<
IHostDependentFormattingRuleFactoryService
>();