4 references to GetFormattingSpan
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
Formatting\CSharpFormattingInteractionService.cs (1)
86var formattingSpan = CommonFormattingHelpers.GetFormattingSpan(parsedDocument.Root, span);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Formatting\CSharpSyntaxFormattingService.cs (1)
298var 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)
38var formattingSpan = CommonFormattingHelpers.GetFormattingSpan(root, rangeSpan);