2 references to PreferAutoProperties
Microsoft.CodeAnalysis.Features (2)
src\roslyn\src\Analyzers\Core\Analyzers\UseAutoProperty\AbstractUseAutoPropertyAnalyzer.cs (2)
189var preferAutoProps = context.Options.GetAnalyzerOptions(tree).PreferAutoProperties; 373var preferAutoProps = context.GetAnalyzerOptions().PreferAutoProperties;