6 writes to prev
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QueryOpcode.cs (6)
161
this.
prev
= value;
212
op.
prev
= this;
255
child.
prev
= null;
343
opcode.
prev
= null;
358
this.next.
prev
= null;
360
with.
prev
= this;
27 references to prev
System.ServiceModel (27)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (10)
38
this.
prev
.DelinkFromConditional(this);
66
this.
prev
.LinkToConditional(this);
85
this.
prev
.DelinkFromConditional(this);
107
this.
prev
.LinkToConditional(this);
714
if (null != this.
prev
)
716
this.
prev
.DelinkFromConditional(child);
802
if (null != this.
prev
)
804
return this.
prev
.IsInConditional();
812
if (null != this.
prev
)
814
this.
prev
.LinkToConditional(child);
System\ServiceModel\Dispatcher\QueryIntervalOp.cs (2)
1060
Fx.Assert(null != this.
prev
, "");
1063
this.
prev
.Replace(this, branch);
System\ServiceModel\Dispatcher\QueryOpcode.cs (9)
157
return this.
prev
;
175
Fx.Assert(null != this.
prev
, "");
178
this.
prev
.AddBranch(op);
239
((QueryConditionalBranchOpcode)this.
prev
).RemoveAlwaysBranch(child);
262
Opcode parent = this.
prev
;
296
return (null != this.
prev
&& this.
prev
.IsInConditional());
316
((QueryConditionalBranchOpcode)this.
prev
).AddAlwaysBranch(this, child);
324
Opcode prevOpcode = this.
prev
;
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (2)
740
Fx.Assert(null != this.
prev
, "");
743
this.
prev
.Replace(this, branch);
System\ServiceModel\Dispatcher\QueryRelOp.cs (4)
135
Fx.Assert(null != this.
prev
, "");
138
this.
prev
.Replace(this, branch);
209
Fx.Assert(null != this.
prev
, "");
212
this.
prev
.Replace(this, branch);