3 writes to CustomTags
Microsoft.CodeAnalysis.Features (3)
AddImport\AbstractAddImportCodeFixProvider.cs (1)
32this.CustomTags = this.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
src\Analyzers\Core\CodeFixes\ConflictMarkerResolution\AbstractConflictMarkerCodeFixProvider.cs (1)
52this.CustomTags = this.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
src\Analyzers\Core\CodeFixes\Formatting\FormattingCodeFixProvider.cs (1)
24this.CustomTags = this.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
4 references to CustomTags
Microsoft.CodeAnalysis.Features (3)
AddImport\AbstractAddImportCodeFixProvider.cs (1)
32this.CustomTags = this.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
src\Analyzers\Core\CodeFixes\ConflictMarkerResolution\AbstractConflictMarkerCodeFixProvider.cs (1)
52this.CustomTags = this.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
src\Analyzers\Core\CodeFixes\Formatting\FormattingCodeFixProvider.cs (1)
24this.CustomTags = this.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\CodeFixProvider.cs (1)
65return priority.Clamp(this.CustomTags);