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