1 write to CustomTags
Microsoft.CodeAnalysis.Workspaces (1)
CodeActions\CodeAction.cs (1)
202CustomTags = CustomTags.Add(tag);
2 references to CustomTags
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeAction.cs (2)
99if (priority == CodeActionPriority.High && !this.CustomTags.Contains(CanBeHighPriorityTag)) 202CustomTags = CustomTags.Add(tag);