diff --git a/PrismCommands.Fody/ConstructorCache.cs b/PrismCommands.Fody/ConstructorCache.cs index 6e2e74c..22ff70d 100644 --- a/PrismCommands.Fody/ConstructorCache.cs +++ b/PrismCommands.Fody/ConstructorCache.cs @@ -17,7 +17,7 @@ public class ConstructorCache(ModuleDefinition moduleDefinition) { private readonly Dictionary _delegateCommandConstructors = []; - + private MethodReference _actionConstructor; private MethodReference _funcConstructor;