4 references to IsTopLevelSuppressionAction
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\Suggestions\UnifiedSuggestedActionsSource.cs (4)
104
var nonSupressionCodeFixes = fixes.WhereAsArray(f => !
IsTopLevelSuppressionAction
(f.Action));
105
var supressionCodeFixes = fixes.WhereAsArray(f =>
IsTopLevelSuppressionAction
(f.Action));
276
var nonSuppressionActions = actions.WhereAsArray(a => !
IsTopLevelSuppressionAction
(a.CodeAction));
279
var suppressionActions = actions.WhereAsArray(a =>
IsTopLevelSuppressionAction
(a.CodeAction) &&