예제 #1
0
 protected bool Equals(InternalCall other)
 {
     return(Equals(_call, other._call));
 }
예제 #2
0
 public override void Visit(InternalCall node)
 {
     Visit((InternalInvocation)node);
 }
예제 #3
0
 public override void Visit(InternalCall node)
 {
     unfinishedClone = new InternalCall(node.Method, GetCloneOf(node.Arguments));
     base.Visit(node);
 }
예제 #4
0
 //TODO: Is that the right behavior?
 #region Interanls
 public override void Visit(InternalCall node)
 {
 }
예제 #5
0
 public override void Visit(InternalCall node)
 {
     throw new InvalidOperationException();
 }
예제 #6
0
 public void Read(InternalCall call)
 {
     Ignore(call);
 }