5 writes to isScheduled
System.ServiceModel.Internals (5)
System\Runtime\ActionItem.cs (5)
78this.isScheduled = true; 107this.isScheduled = true; 121this.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)
73if (isScheduled) 102if (isScheduled) 116if (isScheduled) 146Fx.Assert(this.isScheduled, "Context is extracted only while the object is scheduled");