3 references to PlaceCaretAsync
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (3)
InProcess\EditorInProcess.cs (3)
201await PlaceCaretAsync(text, charsOffset: -1, occurrence: 0, extendSelection: false, selectBlock: false, cancellationToken); 202await PlaceCaretAsync(text, charsOffset: 0, occurrence: 0, extendSelection: true, selectBlock: false, cancellationToken); 963=> PlaceCaretAsync(marker, charsOffset, occurrence: 0, extendSelection: false, selectBlock: false, cancellationToken);