1 write to IsStopped
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Activity.cs (1)
841IsStopped = true;
5 references to IsStopped
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.Activity.cs (1)
350Assert.True(activity.IsStopped);
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Activity.cs (4)
839if (!IsStopped) 1098if (!IsStopped) 1380bool canSet = activity == null || (activity.Id != null && !activity.IsStopped); 1444/// When subscribing to <see cref="Activity"/> stop event using <see cref="ActivityListener.ActivityStopped"/>, the received <see cref="Activity"/> object in the event callback will have <see cref="IsStopped"/> as true.