Namespace: Metalama.Extensions.CodeFixes
Assembly: Metalama.Extensions.CodeFixes.dll
Syntax
[CompileTime]
public static class CodeFixQueryExtensionsMethods
| Name | Description |
|---|---|
| SuggestCodeFix<TDeclaration>(IQuery<TDeclaration>, Func<TDeclaration, CodeFix>) | Suggests a code fix for each declaration selected by the current object. |
| SuggestCodeFix<TDeclaration, TTag>(ITaggedQuery<TDeclaration, TTag>, Func<TDeclaration, TTag, CodeFix>) | Suggests a code fix for each declaration selected by the current object. |