3 references to Low
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
442
PullDiagnosticConstants.
Low
=> VSDiagnosticRank.Low,
Handler\Diagnostics\DiagnosticSources\TaskListDiagnosticSource.cs (1)
23
private static readonly ImmutableDictionary<string, string?> s_lowPriorityProperties = ImmutableDictionary<string, string?>.Empty.Add(Priority,
Low
);
Handler\Diagnostics\PullDiagnosticConstants.cs (1)
14
public const string Low = nameof(
Low
);