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