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