40 references to Start
Microsoft.AspNetCore.Components (2)
ComponentsActivitySource.cs (2)
34activity.Start(); 71activity.Start();
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitActivitySource.cs (1)
31activity.Start();
Microsoft.AspNetCore.Hosting (2)
Internal\HostingApplicationDiagnostics.cs (2)
422activity.Start(); 459activity.Start();
Microsoft.AspNetCore.Http.Connections.Tests (1)
HttpConnectionDispatcherTests.cs (1)
3124activityFeature.Activity.Start();
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
ActivityReplacer.cs (1)
15_activity.Start();
Microsoft.AspNetCore.SignalR.Client.Core (2)
HubConnection.cs (2)
1036activity?.Start(); 1043activity?.Start();
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (3)
HubConnectionTests.Tracing.cs (3)
79clientParentActivity1.Start(); 101clientParentActivity2.Start(); 262clientParentActivity.Start();
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
886activity.Start();
Microsoft.AspNetCore.SignalR.Tests (8)
HubConnectionHandlerTests.Activity.cs (8)
45mockHttpRequestActivity.Start(); 120mockHttpRequestActivity.Start(); 189mockHttpRequestActivity.Start(); 248mockHttpRequestActivity.Start(); 321mockHttpRequestActivity.Start(); 368mockHttpRequestActivity.Start(); 420mockHttpRequestActivity.Start(); 471mockHttpRequestActivity.Start();
Microsoft.Extensions.Telemetry.Tests (9)
Logging\ExtendedLoggerFactoryTests.cs (7)
209activity.Start(); 217b.Start(); 260activity.Start(); 294activity.Start(); 321activity.Start(); 347activity.Start(); 421activity.Start();
Sampling\TraceBasedSamplerTests.cs (2)
44activity.Start(); 65activity.Start();
System.Diagnostics.DiagnosticSource (10)
System\Diagnostics\Activity.cs (5)
213/// The time that operation started. It will typically be initialized when <see cref="Start"/> 222/// <see cref="Start"/> is called by appending suffix to Parent.Id 451/// call <see cref="Start"/> to build the activity. You MUST call <see cref="Start"/> before using it. 1254activity.Start();
System\Diagnostics\ActivitySource.cs (4)
117/// If the Activity object is created, it will not start automatically. Callers need to call <see cref="Activity.Start()"/> to start it. 124/// If the Activity object is created, it will not automatically start. Callers will need to call <see cref="Activity.Start()"/> to start it. 134/// If the Activity object is created, it will not start automatically. Callers need to call <see cref="Activity.Start()"/> to start it. 150/// If the Activity object is created, it will not start automatically. Callers need to call <see cref="Activity.Start()"/> to start it.
System\Diagnostics\DiagnosticSourceActivity.cs (1)
31activity.Start();