4 writes to LastState
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\ServiceModelActivity.cs (4)
314
this.
LastState
= ActivityState.Resume;
331
activity.
LastState
= ActivityState.Start;
347
this.
LastState
= ActivityState.Stop;
363
this.
LastState
= ActivityState.Suspend;
4 references to LastState
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\ServiceModelActivity.cs (4)
312
if (this.
LastState
== ActivityState.Suspend)
329
if (activity != null && activity.
LastState
== ActivityState.Unknown)
344
if (this.
LastState
!= ActivityState.Stop &&
361
if (this.
LastState
!= ActivityState.Stop)