3 references to CreateDocumentInfo
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (3)
CompilerInvocation.cs (3)
91
parsedCommandLine.SourceFiles.Select(s =>
CreateDocumentInfo
(unmappedPath: s.Path)),
94
additionalDocuments: parsedCommandLine.AdditionalFiles.Select(f =>
CreateDocumentInfo
(unmappedPath: f.Path)),
96
analyzerConfigDocuments: parsedCommandLine.AnalyzerConfigPaths.Select(
CreateDocumentInfo
),