Ejemplo n.º 1
0
 public override BoundNode VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node)
 {
     Fail(node);
     return(null);
 }
Ejemplo n.º 2
0
 public override BoundNode VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node)
 {
     // DeconstructionVariablePendingInference nodes are only used within initial binding, but don't survive past that stage
     throw ExceptionUtilities.Unreachable;
 }