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)
26
var updaterService = new OptionUpdater(
_workspace
, filePath);
27
return new CSharpWhitespaceSettingsProvider(filePath, updaterService,
_workspace
, _globalOptions);