4 writes to CustomTags
Microsoft.CodeAnalysis.Features (3)
AddImport\CodeActions\AddImportCodeAction.cs (1)
53this.CustomTags = this.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
src\roslyn\src\Analyzers\Core\CodeFixes\ConflictMarkerResolution\AbstractConflictMarkerCodeFixProvider.cs (1)
307codeAction.CustomTags = codeAction.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
src\roslyn\src\Analyzers\Core\CodeFixes\Formatting\FormattingCodeFixProvider.cs (1)
61codeAction.CustomTags = codeAction.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
Microsoft.CodeAnalysis.Workspaces (1)
CodeActions\CodeAction.cs (1)
205CustomTags = CustomTags.Add(tag);
5 references to CustomTags
Microsoft.CodeAnalysis.Features (3)
AddImport\CodeActions\AddImportCodeAction.cs (1)
53this.CustomTags = this.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
src\roslyn\src\Analyzers\Core\CodeFixes\ConflictMarkerResolution\AbstractConflictMarkerCodeFixProvider.cs (1)
307codeAction.CustomTags = codeAction.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
src\roslyn\src\Analyzers\Core\CodeFixes\Formatting\FormattingCodeFixProvider.cs (1)
61codeAction.CustomTags = codeAction.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeAction.cs (2)
102if (priority == CodeActionPriority.High && !this.CustomTags.Contains(CanBeHighPriorityTag)) 205CustomTags = CustomTags.Add(tag);