1 implementation of SetOptions
Microsoft.CodeAnalysis.Workspaces (1)
Options\LegacyWorkspaceOptionService.cs (1)
51public void SetOptions(
7 references to SetOptions
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
581_legacyOptions.SetOptions(changedOptions.internallyDefined, changedOptions.externallyDefined); 1624_legacyOptions.SetOptions(changedOptions.internallyDefined, changedOptions.externallyDefined);
Microsoft.CodeAnalysis.Workspaces.UnitTests (5)
WorkspaceServiceTests\GlobalOptionServiceTests.cs (5)
38optionService.SetOptions( 44optionService.SetOptions( 123optionService.SetOptions( 249optionService.SetOptions(changedOptions.internallyDefined, changedOptions.externallyDefined); 318optionService.SetOptions([new KeyValuePair<OptionKey2, object?>(optionKey, newValue)], []);