1 write to PreferExtendedPropertyPattern
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpIdeCodeStyleOptions.cs (1)
100PreferExtendedPropertyPattern = options.GetOption(CSharpCodeStyleOptions.PreferExtendedPropertyPattern, fallbackOptions.PreferExtendedPropertyPattern);
3 references to PreferExtendedPropertyPattern
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpAnalyzerOptionsProvider.cs (1)
80public CodeStyleOption2<bool> PreferExtendedPropertyPattern => GetOption(CSharpCodeStyleOptions.PreferExtendedPropertyPattern, FallbackCodeStyleOptions.PreferExtendedPropertyPattern);
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpCodeStyleOptions.cs (1)
65CSharpIdeCodeStyleOptions.Default.PreferExtendedPropertyPattern);
CSharpIdeCodeStyleOptions.cs (1)
100PreferExtendedPropertyPattern = options.GetOption(CSharpCodeStyleOptions.PreferExtendedPropertyPattern, fallbackOptions.PreferExtendedPropertyPattern);