1 write to _legacyOptions
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.cs (1)
75_legacyOptions = Services.GetRequiredService<ILegacyWorkspaceOptionService>().LegacyGlobalOptions;
7 references to _legacyOptions
Microsoft.CodeAnalysis.Workspaces (7)
Workspace\Workspace.cs (7)
76_legacyOptions.RegisterWorkspace(this); 91new SolutionOptionSet(_legacyOptions), 126var options = new SolutionOptionSet(_legacyOptions); 546_legacyOptions.SetOptions(changedOptions.internallyDefined, changedOptions.externallyDefined); 553oldSolution => oldSolution.WithOptions(new SolutionOptionSet(_legacyOptions)), 691_legacyOptions.UnregisterWorkspace(this); 1587_legacyOptions.SetOptions(changedOptions.internallyDefined, changedOptions.externallyDefined);