3 implementations of SupportsFormatOnReturn
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
Formatting\CSharpFormattingInteractionService.cs (1)
41public bool SupportsFormatOnReturn => false;
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptFormattingInteractionService.cs (1)
28public bool SupportsFormatOnReturn => _implementation.SupportsFormatOnReturn;
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpEditorFormattingService.cs (1)
42public bool SupportsFormatOnReturn => _service.SupportsFormatOnReturn;
1 reference to SupportsFormatOnReturn
Microsoft.CodeAnalysis.EditorFeatures (1)
Formatting\FormatCommandHandler.cs (1)
147if (!service.SupportsFormatOnReturn)