1 write to _globalOptions
Microsoft.VisualStudio.LanguageServices.CSharp (1)
EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsLanguageServiceFactory.cs (1)
25
_globalOptions
= globalOptions;
1 reference to _globalOptions
Microsoft.VisualStudio.LanguageServices.CSharp (1)
EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsLanguageServiceFactory.cs (1)
31
return new CSharpCodeStyleSettingsProviderFactory(workspace,
_globalOptions
);