1 write to _languageServices
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpCodeFixOptionsProvider.cs (1)
48
_languageServices
= languageServices;
6 references to _languageServices
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CSharpCodeFixOptionsProvider.cs (6)
84
=> _options.GetOption(option,
_languageServices
.Language, defaultValue);
90
=> (CSharpIdeCodeStyleOptions)_fallbackOptions.GetOptions(
_languageServices
.LanguageServices).CodeStyleOptions;
97
=> (CSharpSimplifierOptions)_fallbackOptions.GetOptions(
_languageServices
.LanguageServices).CleanupOptions.SimplifierOptions;
104
=> (CSharpSyntaxFormattingOptions)_fallbackOptions.GetOptions(
_languageServices
.LanguageServices).CleanupOptions.FormattingOptions;
111
=> _fallbackOptions.GetOptions(
_languageServices
.LanguageServices).CleanupOptions.FormattingOptions.LineFormatting;
118
=> _fallbackOptions.GetOptions(
_languageServices
.LanguageServices).CleanupOptions.AddImportOptions;