3 references to PreferReadonly
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractMakeFieldReadonlyDiagnosticAnalyzer.cs (1)
27
CodeStyleOptions2.
PreferReadonly
,
AnalyzerOptionsProvider.cs (1)
88
public CodeStyleOption2<bool> PreferReadonly => GetOption(CodeStyleOptions2.
PreferReadonly
, FallbackCodeStyleOptions.PreferReadonly);
IdeCodeStyleOptions.cs (1)
84
PreferReadonly = options.GetOption(CodeStyleOptions2.
PreferReadonly
, language, fallbackOptions.PreferReadonly);