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