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