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