4 references to GetFormattingSpan
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
Formatting\CSharpFormattingInteractionService.cs (1)
98var formattingSpan = CommonFormattingHelpers.GetFormattingSpan(parsedDocument.Root, span);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Formatting\CSharpSyntaxFormattingService.cs (1)
327var formattingSpan = CommonFormattingHelpers.GetFormattingSpan(document.Root, textSpan);
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Utilities\CommonFormattingHelpers.cs (1)
16=> CodeAnalysis.Shared.Utilities.CommonFormattingHelpers.GetFormattingSpan(root, span);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Formatting\AbstractFormatDocumentHandlerBase.cs (1)
39var formattingSpan = CommonFormattingHelpers.GetFormattingSpan(root, rangeSpan);