1 write to _workspace
Microsoft.VisualStudio.LanguageServices.CSharp (1)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProviderFactory.cs (1)
20_workspace = workspace;
2 references to _workspace
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProviderFactory.cs (2)
26var updaterService = new OptionUpdater(_workspace, filePath); 27return new CSharpWhitespaceSettingsProvider(filePath, updaterService, _workspace, _globalOptions);