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) &&