1 instantiation of UseExpressionBodyForPropertiesHelper
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
UseExpressionBodyForPropertiesHelper.cs (1)
20public static readonly UseExpressionBodyForPropertiesHelper Instance = new();
3 references to UseExpressionBodyForPropertiesHelper
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
UseExpressionBodyDiagnosticAnalyzer.cs (1)
61AnalyzeSyntax(options, grandparent, UseExpressionBodyForPropertiesHelper.Instance) != null)
UseExpressionBodyForPropertiesHelper.cs (1)
20public static readonly UseExpressionBodyForPropertiesHelper Instance = new();
UseExpressionBodyHelper.cs (1)
41UseExpressionBodyForPropertiesHelper.Instance,