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