3 references to SolutionOptionSet
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Workspace.cs (3)
84var emptyOptions = new SolutionOptionSet(_legacyOptions); 120var options = new SolutionOptionSet(_legacyOptions); 576oldSolution => oldSolution.WithOptions(new SolutionOptionSet(_legacyOptions)),