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