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