1 write to CustomTags
Microsoft.CodeAnalysis.EditorFeatures (1)
RenameTracking\RenameTrackingCodeRefactoringProvider.cs (1)
32this.CustomTags = this.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
2 references to CustomTags
Microsoft.CodeAnalysis.EditorFeatures (1)
RenameTracking\RenameTrackingCodeRefactoringProvider.cs (1)
32this.CustomTags = this.CustomTags.Add(CodeAction.CanBeHighPriorityTag);
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\CodeRefactoringProvider.cs (1)
61return priority.Clamp(this.CustomTags);