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