3 references to TaskItemCustomTag
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Extensions\ProtocolConversions.Diagnostics.cs (1)
242if (diagnosticData.CustomTags.Contains(PullDiagnosticConstants.TaskItemCustomTag))
Handler\Diagnostics\DiagnosticSources\TaskListDiagnosticSource.cs (1)
21private static readonly ImmutableArray<string> s_todoCommentCustomTags = [TaskItemCustomTag];
Handler\Diagnostics\PullDiagnosticConstants.cs (1)
9public const string TaskItemCustomTag = nameof(TaskItemCustomTag);