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