2 references to getAllActionsAsync
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
2059return await getAllActionsAsync(this, symbol, analyzer, cancellationToken).ConfigureAwait(false); 2067var allActions = await getAllActionsAsync(this, symbol, analyzer, cancellationToken).ConfigureAwait(false);