1 override of SyntaxKinds
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
UseExpressionBodyHelper`1.cs (1)
32public override ImmutableArray<SyntaxKind> SyntaxKinds { get; }
2 references to SyntaxKinds
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
UseExpressionBodyDiagnosticAnalyzer.cs (2)
28_syntaxKinds = _helpers.SelectMany(h => h.SyntaxKinds).ToImmutableArray(); 75if (helper.SyntaxKinds.Contains(nodeKind))