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