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