1 write to _legacyOptions
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.cs (1)
81_legacyOptions = Services.GetRequiredService<ILegacyWorkspaceOptionService>().LegacyGlobalOptions;
7 references to _legacyOptions
Microsoft.CodeAnalysis.Workspaces (7)
Workspace\Workspace.cs (7)
82_legacyOptions.RegisterWorkspace(this); 98new SolutionOptionSet(_legacyOptions), 134var options = new SolutionOptionSet(_legacyOptions); 593_legacyOptions.SetOptions(changedOptions.internallyDefined, changedOptions.externallyDefined); 600oldSolution => oldSolution.WithOptions(new SolutionOptionSet(_legacyOptions)), 738_legacyOptions.UnregisterWorkspace(this); 1634_legacyOptions.SetOptions(changedOptions.internallyDefined, changedOptions.externallyDefined);