7 references to DocumentOptionSet
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Document.cs (1)
494
return new
DocumentOptionSet
(options, solutionOptions, Project.Language);
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
Options\DocumentOptionSetTests.cs (6)
30
var set = new
DocumentOptionSet
(configOptions, underlyingSet, LanguageNames.CSharp);
55
var set = new
DocumentOptionSet
(configOptions: null, underlyingSet, LanguageNames.CSharp);
74
var set = new
DocumentOptionSet
(configOptions: null, underlyingSet, LanguageNames.CSharp);
91
var set = new
DocumentOptionSet
(configOptions: null, underlyingSet, LanguageNames.CSharp);
130
var set = new
DocumentOptionSet
(configOptions, underlyingSet, LanguageNames.CSharp);
152
var set = new
DocumentOptionSet
(configOptions: null, underlyingSet, LanguageNames.CSharp);