7 references to DocumentOptionSet
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Document.cs (1)
605
return new
DocumentOptionSet
(options, arg.solutionOptions, arg.self.Project.Language);
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
Options\DocumentOptionSetTests.cs (6)
29
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);
131
var set = new
DocumentOptionSet
(configOptions, underlyingSet, LanguageNames.CSharp);
153
var set = new
DocumentOptionSet
(configOptions: null, underlyingSet, LanguageNames.CSharp);