1 write to IsStopped
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Activity.cs (1)
858
IsStopped
= true;
10 references to IsStopped
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (3)
HubConnectionTests.Tracing.cs (3)
279
Assert.False(clientActivity.
IsStopped
);
331
Assert.True(a.
IsStopped
);
352
Assert.True(clientActivity.
IsStopped
);
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.Activity.cs (1)
494
Assert.True(activity.
IsStopped
);
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Activity.cs (4)
856
if (!
IsStopped
)
1115
if (!
IsStopped
)
1412
bool canSet = activity == null || (activity.Id != null && !activity.
IsStopped
);
1476
/// 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)
295
Debug.Assert(connectionSetupActivity?.
IsStopped
is not true);
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
314
Debug.Assert(waitForConnectionActivity?.
IsStopped
!= false);