2 overrides of Replace
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (2)
871internal override void Replace(Opcode replace, Opcode with) 1590internal override void Replace(Opcode replace, Opcode with)
4 references to Replace
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (1)
1063this.prev.Replace(this, branch);
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
743this.prev.Replace(this, branch);
System\ServiceModel\Dispatcher\QueryRelOp.cs (2)
138this.prev.Replace(this, branch); 212this.prev.Replace(this, branch);