public bool IsCorruptingILStack(IGenerationContext context) { return(context.AnyCorruptingStack(GetNeeds(context))); }
public bool IsCorruptingILStack(IGenerationContext context) { return context.AnyCorruptingStack(context.NeedsForConstructor(_constructorInfo)); }