1 override of SyntaxKindsOfInterest
Microsoft.CodeAnalysis.CSharp.Features (1)
Diagnostics\Analyzers\CSharpUnboundIdentifiersDiagnosticAnalyzer.cs (1)
23
protected override ImmutableArray<SyntaxKind>
SyntaxKindsOfInterest
=> s_kindsOfInterest;
1 reference to SyntaxKindsOfInterest
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Analyzers\UnboundIdentifiersDiagnosticAnalyzerBase.cs (1)
44
context.RegisterSyntaxNodeAction(AnalyzeNode,
SyntaxKindsOfInterest
.ToArray());