1 override of GetAdjustedSpan
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpSelectionValidator.cs (1)
401protected override TextSpan GetAdjustedSpan(TextSpan textSpan)
2 references to GetAdjustedSpan
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\SelectionValidator.cs (2)
97var adjustedSpan = GetAdjustedSpan(OriginalSpan); 110FinalSpan = GetAdjustedSpan(TextSpan.FromBounds(start, end)),