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