Esempio n. 1
0
 public bool IsCorruptingILStack(IGenerationContext context)
 {
     return(context.AnyCorruptingStack(GetNeeds(context)));
 }
Esempio n. 2
0
 public bool IsCorruptingILStack(IGenerationContext context)
 {
     return context.AnyCorruptingStack(context.NeedsForConstructor(_constructorInfo));
 }