2 references to GetAdjustedSpan
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpSelectionValidator.cs (2)
205var adjustedSpan = GetAdjustedSpan(text, OriginalSpan); 416return selectionInfo.With(s => s.FinalSpan = GetAdjustedSpan(text, TextSpan.FromBounds(start, end)));