2 references to GetNodeActionsByKind
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.GroupedAnalyzerActionsForAnalyzer.cs (1)
91RoslynImmutableInterlocked.InterlockedInitialize(ref _lazyNodeActionsByKind, AnalyzerExecutor.GetNodeActionsByKind(nodeActions));
DiagnosticAnalyzer\AnalyzerExecutor.cs (1)
782var executableNodeActionsByKind = GetNodeActionsByKind(ephemeralActions);