3 references to GetDocumentInfoAsync
Microsoft.CodeAnalysis.LanguageServer (3)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (3)
273
documents: [newDocumentInfo, .. await Task.WhenAll(canonicalProject.Documents.Select(document =>
GetDocumentInfoAsync
(document, document.FilePath)))],
277
analyzerConfigDocuments: await canonicalProject.AnalyzerConfigDocuments.SelectAsArrayAsync(async document => await
GetDocumentInfoAsync
(document, document.FilePath)),
278
additionalDocuments: await canonicalProject.AdditionalDocuments.SelectAsArrayAsync(async document => await
GetDocumentInfoAsync
(document, document.FilePath)));