1 write to _workspace
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\Aggregator\SettingsAggregator.cs (1)
24
_workspace
= workspace;
8 references to _workspace
Microsoft.CodeAnalysis.EditorFeatures (8)
EditorConfigSettings\Aggregator\SettingsAggregator.cs (8)
25
_workspace
.WorkspaceChanged += UpdateProviders;
26
_whitespaceProvider = GetOptionsProviderFactory<Setting>(
_workspace
);
27
_codeStyleProvider = GetOptionsProviderFactory<CodeStyleSetting>(
_workspace
);
28
_namingStyleProvider = GetOptionsProviderFactory<NamingStyleSetting>(
_workspace
);
29
_analyzerProvider = GetOptionsProviderFactory<AnalyzerSetting>(
_workspace
);
44
_whitespaceProvider = GetOptionsProviderFactory<Setting>(
_workspace
);
45
_codeStyleProvider = GetOptionsProviderFactory<CodeStyleSetting>(
_workspace
);
46
_namingStyleProvider = GetOptionsProviderFactory<NamingStyleSetting>(
_workspace
);