1 reference to DownloadAndValidateDocumentAsync
dotnet-sourcelink (1)
Program.cs (1)
229
var tasks = documents.Where(document => document.Uri != null).Select(document =>
DownloadAndValidateDocumentAsync
(client, document, errorReporter, cancellationToken));