1 write to PreferObjectInitializer
Microsoft.CodeAnalysis.CodeStyle (1)
IdeCodeStyleOptions.cs (1)
67PreferObjectInitializer = options.GetOption(CodeStyleOptions2.PreferObjectInitializer, language, fallbackOptions.PreferObjectInitializer);
3 references to PreferObjectInitializer
Microsoft.CodeAnalysis.CodeStyle (3)
AnalyzerOptionsProvider.cs (1)
71public CodeStyleOption2<bool> PreferObjectInitializer => GetOption(CodeStyleOptions2.PreferObjectInitializer, FallbackCodeStyleOptions.PreferObjectInitializer);
CodeStyleOptions2.cs (1)
86IdeCodeStyleOptions.CommonDefaults.PreferObjectInitializer);
IdeCodeStyleOptions.cs (1)
67PreferObjectInitializer = options.GetOption(CodeStyleOptions2.PreferObjectInitializer, language, fallbackOptions.PreferObjectInitializer);