1 override of SupportsFieldAttributesOnProperties
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\UseAutoProperty\CSharpUseAutoPropertyAnalyzer.cs (1)
35protected override bool SupportsFieldAttributesOnProperties
1 reference to SupportsFieldAttributesOnProperties
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\UseAutoProperty\AbstractUseAutoPropertyAnalyzer.cs (1)
438if (attributes.Length > 0 && !@this.SupportsFieldAttributesOnProperties)