4 references to GetTargetPositionAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
GoToAdjacentMember\CSharpGoToAdjacentMemberTests.cs (2)
26Assert.Null(await GetTargetPositionAsync(code, next: true)); 36Assert.Null(await GetTargetPositionAsync(code, next: true));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
GoToAdjacentMember\VisualBasicGoToAdjacentMemberTests.vb (2)
17Assert.Null(Await GetTargetPositionAsync("$$", next:=True)) 25Assert.Null(Await GetTargetPositionAsync(code, next:=True))