3 references to PreferPrimaryConstructors
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\CodeStyle\CSharpAnalyzerOptionsProvider.cs (1)
71
public CodeStyleOption2<bool> PreferPrimaryConstructors => GetOption(CSharpCodeStyleOptions.
PreferPrimaryConstructors
);
src\Analyzers\CSharp\Analyzers\UsePrimaryConstructor\CSharpUsePrimaryConstructorDiagnosticAnalyzer.cs (1)
56
CSharpCodeStyleOptions.
PreferPrimaryConstructors
,
Microsoft.VisualStudio.LanguageServices.CSharp (1)
EditorConfigSettings\DataProvider\CodeStyle\CSharpCodeStyleSettingsProvider.cs (1)
106
yield return CodeStyleSetting.Create(CSharpCodeStyleOptions.
PreferPrimaryConstructors
, ServicesVSResources.Prefer_primary_constructors, options, updater);