4 references to PreferSimplePropertyAccessors
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\CodeStyle\CSharpAnalyzerOptionsProvider.cs (1)
74
public CodeStyleOption2<bool> PreferSimplePropertyAccessors => GetOption(CSharpCodeStyleOptions.
PreferSimplePropertyAccessors
);
src\Analyzers\CSharp\Analyzers\SimplifyPropertyAccessor\CSharpSimplifyPropertyAccessorDiagnosticAnalyzer.cs (1)
20
CSharpCodeStyleOptions.
PreferSimplePropertyAccessors
,
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
src\Analyzers\CSharp\Tests\SimplifyPropertyAccessor\SimplifyPropertyAccessorTests.cs (1)
95
{ CSharpCodeStyleOptions.
PreferSimplePropertyAccessors
, false }
Microsoft.VisualStudio.LanguageServices.CSharp (1)
EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsProvider.cs (1)
119
yield return CodeStyleSetting.Create(CSharpCodeStyleOptions.
PreferSimplePropertyAccessors
, ServicesVSResources.Prefer_simple_property_accessors, options, updater);