1 write to _workspace
Microsoft.VisualStudio.LanguageServices.CSharp (1)
EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsProviderFactory.cs (1)
20
_workspace
= workspace;
2 references to _workspace
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsProviderFactory.cs (2)
25
=> new CSharpCodeStyleSettingsProvider(filePath, new OptionUpdater(
_workspace
, filePath),
_workspace
, _globalOptions);