1 write to _existingTags
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\TaggerContext.cs (1)
82
_existingTags
= existingTags;
2 references to _existingTags
Microsoft.CodeAnalysis.EditorFeatures (2)
Tagging\TaggerContext.cs (2)
101
=>
_existingTags
!= null &&
102
_existingTags
.TryGetValue(point.Snapshot.TextBuffer, out var tree) &&