private MutationContext(MutationContext parent) { _ancestor = parent; _mainOrchestrator = parent._mainOrchestrator; InStaticValue = parent.InStaticValue; }
public MutationContext(CsharpMutantOrchestrator mutantOrchestrator) { _mainOrchestrator = mutantOrchestrator; }