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