1 instantiation of FSharpTaskListDescriptor
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
TaskList\FSharpTaskListService.cs (1)
35descriptors.SelectAsArray(d => new FSharpTaskListDescriptor(d)),
2 references to FSharpTaskListDescriptor
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
TaskList\FSharpTaskListItem.cs (1)
9internal readonly record struct FSharpTaskListItem(FSharpTaskListDescriptor TaskDescriptor, string Message, Document Document, TextSpan Span);
TaskList\IFSharpTaskListService.cs (1)
13Task<ImmutableArray<FSharpTaskListItem>> GetTaskListItemsAsync(Document document, ImmutableArray<FSharpTaskListDescriptor> descriptors, CancellationToken cancellationToken);