2 references to TryGetTagIntervalTreeForBuffer
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (2)
42
var currentTags =
TryGetTagIntervalTreeForBuffer
(caret.Value.Snapshot.TextBuffer);
562
var tags = this.
TryGetTagIntervalTreeForBuffer
(buffer);