4 writes to LastState
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServiceModelActivity.cs (4)
319this.LastState = ActivityState.Resume; 337activity.LastState = ActivityState.Start; 354this.LastState = ActivityState.Stop; 371this.LastState = ActivityState.Suspend;
4 references to LastState
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServiceModelActivity.cs (4)
317if (this.LastState == ActivityState.Suspend) 335if (activity != null && activity.LastState == ActivityState.Unknown) 351if (this.LastState != ActivityState.Stop && 369if (this.LastState != ActivityState.Stop)