Base:
method
GetValidSelectionAsync
Microsoft.CodeAnalysis.ExtractMethod.SelectionValidator.GetValidSelectionAsync(System.Threading.CancellationToken)
3 references to GetValidSelectionAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
ExtractMethod\ExtractMethodBase.cs (3)
143
var selectedCode = await validator.
GetValidSelectionAsync
(CancellationToken.None);
177
var result = await validator.
GetValidSelectionAsync
(CancellationToken.None);
200
var result = await validator.
GetValidSelectionAsync
(CancellationToken.None);