36 references to 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)
1030activity?.Start(); 1037activity?.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)
888activity.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 (7)
Logging\ExtendedLoggerFactoryTests.cs (7)
208activity.Start(); 216b.Start(); 259activity.Start(); 293activity.Start(); 320activity.Start(); 346activity.Start(); 420activity.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. 1255activity.Start();
System\Diagnostics\ActivitySource.cs (4)
106/// If the Activity object is created, it will not start automatically. Callers need to call <see cref="Activity.Start()"/> to start it. 113/// If the Activity object is created, it will not automatically start. Callers will need to call <see cref="Activity.Start()"/> to start it. 123/// If the Activity object is created, it will not start automatically. Callers need to call <see cref="Activity.Start()"/> to start it. 139/// 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();
System.Net.Http (1)
System\Net\Http\DiagnosticsHandler.cs (1)
68activity = new Activity(DiagnosticsHandlerLoggingStrings.RequestActivityName).Start();