8 references to IFormattingInteractionService
Microsoft.CodeAnalysis.EditorFeatures (8)
ExternalAccess\VSTypeScript\VSTypeScriptFormattingInteractionService.cs (2)
18
[ExportLanguageService(typeof(
IFormattingInteractionService
), InternalLanguageNames.TypeScript), Shared]
21
internal sealed class VSTypeScriptFormattingInteractionService(IVSTypeScriptFormattingInteractionService implementation) :
IFormattingInteractionService
Formatting\FormatCommandHandler.cs (2)
58
var formattingService = document.GetRequiredLanguageService<
IFormattingInteractionService
>();
136
var service = document.GetLanguageService<
IFormattingInteractionService
>();
Formatting\FormatCommandHandler.FormatDocument.cs (1)
30
var formattingService = document.GetLanguageService<
IFormattingInteractionService
>();
Formatting\FormatCommandHandler.FormatSelection.cs (1)
36
var formattingService = document.GetLanguageService<
IFormattingInteractionService
>();
Formatting\FormatCommandHandler.Paste.cs (1)
73
var formattingService = document.GetLanguageService<
IFormattingInteractionService
>();
IntelliSense\AsyncCompletion\CommitManager.cs (1)
315
var formattingService = currentDocument?.GetRequiredLanguageService<
IFormattingInteractionService
>();