1 write to _fallbackOptions
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpCodeFixOptionsProvider.cs (1)
47
_fallbackOptions
= fallbackOptions;
5 references to _fallbackOptions
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
CSharpCodeFixOptionsProvider.cs (5)
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;