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