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