1 write to _legacyOptions
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.cs (1)
76_legacyOptions = Services.GetRequiredService<ILegacyWorkspaceOptionService>().LegacyGlobalOptions;
7 references to _legacyOptions
Microsoft.CodeAnalysis.Workspaces (7)
Workspace\Workspace.cs (7)
77_legacyOptions.RegisterWorkspace(this); 93new SolutionOptionSet(_legacyOptions), 129var options = new SolutionOptionSet(_legacyOptions); 581_legacyOptions.SetOptions(changedOptions.internallyDefined, changedOptions.externallyDefined); 588oldSolution => oldSolution.WithOptions(new SolutionOptionSet(_legacyOptions)), 726_legacyOptions.UnregisterWorkspace(this); 1624_legacyOptions.SetOptions(changedOptions.internallyDefined, changedOptions.externallyDefined);