예제 #1
0
 public bool IsCorruptingILStack(IGenerationContext context)
 {
     return(context.AnyCorruptingStack(GetNeeds(context)));
 }
예제 #2
0
 public bool IsCorruptingILStack(IGenerationContext context)
 {
     return context.AnyCorruptingStack(context.NeedsForConstructor(_constructorInfo));
 }