2 references to CreateSolution
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
89
_latestSolution =
CreateSolution
(info, emptyOptions, analyzerReferences: SpecializedCollections.EmptyReadOnlyList<AnalyzerReference>());
116
return
CreateSolution
(solutionInfo, options, solutionInfo.AnalyzerReferences);