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)
143var selectedCode = await validator.GetValidSelectionAsync(CancellationToken.None); 177var result = await validator.GetValidSelectionAsync(CancellationToken.None); 200var result = await validator.GetValidSelectionAsync(CancellationToken.None);