6 references to VSInternalPriorityLevel
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\CodeActions\CodeActionHelpers.cs (5)
435
private static LSP.
VSInternalPriorityLevel
? UnifiedSuggestedActionSetPriorityToPriorityLevel(CodeActionPriority priority)
438
CodeActionPriority.Lowest => LSP.
VSInternalPriorityLevel
.Lowest,
439
CodeActionPriority.Low => LSP.
VSInternalPriorityLevel
.Low,
440
CodeActionPriority.Default => LSP.
VSInternalPriorityLevel
.Normal,
441
CodeActionPriority.High => LSP.
VSInternalPriorityLevel
.High,
Protocol\Internal\VSInternalCodeAction.cs (1)
31
public
VSInternalPriorityLevel
? Priority