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