Esempio n. 1
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;
 }
Esempio n. 2
0
 public override BoundNode VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node)
 {
     Fail(node);
     return(null);
 }