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