2 references to GetCaretPoint
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (2)
40
var caret = _dataSource.
GetCaretPoint
(_textView, _subjectBuffer);
405
var caretPosition = _dataSource.
GetCaretPoint
(_textView, _subjectBuffer);