1 write to IsStopped
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Activity.cs (1)
858
IsStopped
= true;
10 references to IsStopped
Microsoft.AspNetCore.Components (2)
ComponentsActivitySource.cs (2)
121
if (activity != null && !activity.
IsStopped
)
134
if (Activity.Current == null && activityHandle.Previous != null && !activityHandle.Previous.
IsStopped
)
Microsoft.AspNetCore.Components.Server (2)
Circuits\CircuitActivitySource.cs (2)
64
if (activity != null && !activity.
IsStopped
)
77
if (Activity.Current == null && activityHandle.Previous != null && !activityHandle.Previous.
IsStopped
)
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Activity.cs (4)
856
if (!
IsStopped
)
1120
if (!
IsStopped
)
1441
bool canSet = activity == null || (activity.Id != null && !activity.
IsStopped
);
1527
/// 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.
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
291
Debug.Assert(connectionSetupActivity?.
IsStopped
is not true);
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
989
Debug.Assert(_activity?.
IsStopped
!= false);