1 override of GetCaretPoint
Microsoft.CodeAnalysis.EditorFeatures (1)
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (1)
67
protected override SnapshotPoint?
GetCaretPoint
(ITextView textViewOpt, ITextBuffer subjectBuffer)
2 references to GetCaretPoint
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (2)
41
var caret = _dataSource.
GetCaretPoint
(_textView, _subjectBuffer);
406
var caretPosition = _dataSource.
GetCaretPoint
(_textView, _subjectBuffer);