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