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