/// <summary> /// Copy initializes a new instance of the <see cref="TranslationUnitFactory"/> class. /// </summary> /// <param name="other"></param> /// <remarks> /// For testability. /// </remarks> public TranslationUnitFactory(TranslationUnitFactory other) { this.node = other.node; this.semanticModel = other.semanticModel; }