3 implementations of SupportsFormatSelection
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
Formatting\CSharpFormattingInteractionService.cs (1)
40public bool SupportsFormatSelection => true;
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptFormattingInteractionService.cs (1)
26public bool SupportsFormatSelection => _implementation.SupportsFormatSelection;
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpEditorFormattingService.cs (1)
38public bool SupportsFormatSelection => _service.SupportsFormatSelection;
1 reference to SupportsFormatSelection
Microsoft.CodeAnalysis.EditorFeatures (1)
Formatting\FormatCommandHandler.FormatSelection.cs (1)
37if (formattingService == null || !formattingService.SupportsFormatSelection)