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