5 writes to isScheduled
System.ServiceModel.Internals (5)
System\Runtime\ActionItem.cs (5)
78
this.
isScheduled
= true;
107
this.
isScheduled
= true;
121
this.
isScheduled
= true;
219
((ActionItem)state).
isScheduled
= false;
225
((ActionItem)o).
isScheduled
= false;
4 references to isScheduled
System.ServiceModel.Internals (4)
System\Runtime\ActionItem.cs (4)
73
if (
isScheduled
)
102
if (
isScheduled
)
116
if (
isScheduled
)
146
Fx.Assert(this.
isScheduled
, "Context is extracted only while the object is scheduled");