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