1 instantiation of UseExpressionBodyForIndexersHelper
Microsoft.CodeAnalysis.CSharp.Features (1)
UseExpressionBodyForIndexersHelper.cs (1)
20
public static readonly UseExpressionBodyForIndexersHelper Instance =
new
();
3 references to UseExpressionBodyForIndexersHelper
Microsoft.CodeAnalysis.CSharp.Features (3)
UseExpressionBodyDiagnosticAnalyzer.cs (1)
67
AnalyzeSyntax(options, grandparent,
UseExpressionBodyForIndexersHelper
.Instance) != null)
UseExpressionBodyForIndexersHelper.cs (1)
20
public static readonly
UseExpressionBodyForIndexersHelper
Instance = new();
UseExpressionBodyHelper.cs (1)
38
UseExpressionBodyForIndexersHelper
.Instance,