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