3 references to PreferReadOnlyStruct
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpAnalyzerOptionsProvider.cs (1)
100
public CodeStyleOption2<bool> PreferReadOnlyStruct => GetOption(CSharpCodeStyleOptions.
PreferReadOnlyStruct
, FallbackCodeStyleOptions.PreferReadOnlyStruct);
CSharpIdeCodeStyleOptions.cs (1)
114
PreferReadOnlyStruct = options.GetOption(CSharpCodeStyleOptions.
PreferReadOnlyStruct
, fallbackOptions.PreferReadOnlyStruct);
CSharpMakeStructReadOnlyDiagnosticAnalyzer.cs (1)
22
CSharpCodeStyleOptions.
PreferReadOnlyStruct
,