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