Base:
method
GetValidSelectionAsync
Microsoft.CodeAnalysis.ExtractMethod.SelectionValidator.GetValidSelectionAsync(System.Threading.CancellationToken)
3 references to GetValidSelectionAsync
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (3)
ExtractMethod\ExtractMethodTests.vb (3)
111
Dim selectedCode = Await validator.
GetValidSelectionAsync
(CancellationToken.None)
143
Dim result = Await validator.
GetValidSelectionAsync
(CancellationToken.None)
177
Dim result = Await validator.
GetValidSelectionAsync
(CancellationToken.None)