1 write to _services
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Formatting\CSharpSyntaxFormattingService.cs (1)
46=> _services = languageServices;
3 references to _services
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Formatting\CSharpSyntaxFormattingService.cs (3)
319var formattingRuleFactory = _services.SolutionServices.GetRequiredService<IHostDependentFormattingRuleFactoryService>(); 322.AddRange(Formatter.GetDefaultFormattingRules(_services)); 328var service = _services.GetRequiredService<ISyntaxFormattingService>();