2 references to GetCaretPoint
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptExtensions.cs (1)
26
=> Editor.Shared.Extensions.ITextViewExtensions.
GetCaretPoint
(textView, match);
Shared\Extensions\ITextViewExtensions.cs (1)
74
var point =
GetCaretPoint
(textView, s => s.ContentType.IsOfType(contentType));