3 references to TaskItemCustomTag
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (1)
483
if (diagnosticData.CustomTags.Contains(PullDiagnosticConstants.
TaskItemCustomTag
))
Handler\Diagnostics\DiagnosticSources\TaskListDiagnosticSource.cs (1)
21
private static readonly ImmutableArray<string> s_todoCommentCustomTags = ImmutableArray.Create(
TaskItemCustomTag
);
Handler\Diagnostics\PullDiagnosticConstants.cs (1)
11
public const string TaskItemCustomTag = nameof(
TaskItemCustomTag
);