1 implementation of SetOptions
Microsoft.CodeAnalysis.Workspaces (1)
Options\LegacyWorkspaceOptionService.cs (1)
61public void SetOptions(
7 references to SetOptions
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
404_legacyOptions.SetOptions(changedOptions.internallyDefined, changedOptions.externallyDefined); 1342_legacyOptions.SetOptions(changedOptions.internallyDefined, changedOptions.externallyDefined);
Microsoft.CodeAnalysis.Workspaces.UnitTests (5)
WorkspaceServiceTests\GlobalOptionServiceTests.cs (5)
40optionService.SetOptions( 46optionService.SetOptions( 126optionService.SetOptions( 250optionService.SetOptions(changedOptions.internallyDefined, changedOptions.externallyDefined); 319optionService.SetOptions(ImmutableArray.Create(new KeyValuePair<OptionKey2, object?>(optionKey, newValue)), ImmutableArray<KeyValuePair<OptionKey, object?>>.Empty);