6 references to VSInternalPriorityLevel
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\CodeActions\CodeActionHelpers.cs (5)
416
private static LSP.
VSInternalPriorityLevel
? UnifiedSuggestedActionSetPriorityToPriorityLevel(CodeActionPriority priority)
419
CodeActionPriority.Lowest => LSP.
VSInternalPriorityLevel
.Lowest,
420
CodeActionPriority.Low => LSP.
VSInternalPriorityLevel
.Low,
421
CodeActionPriority.Default => LSP.
VSInternalPriorityLevel
.Normal,
422
CodeActionPriority.High => LSP.
VSInternalPriorityLevel
.High,
Protocol\Internal\VSInternalCodeAction.cs (1)
31
public
VSInternalPriorityLevel
? Priority