27 references to Start
dotnet (1)
Program.cs (1)
62
?.
Start
()
Microsoft.AspNetCore.Components (2)
ComponentsActivitySource.cs (2)
40
activity.
Start
();
77
activity.
Start
();
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitActivitySource.cs (1)
31
activity.
Start
();
Microsoft.AspNetCore.Hosting (2)
Internal\HostingApplicationDiagnostics.cs (2)
454
activity.
Start
();
571
activity.
Start
();
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
891
activity.
Start
();
Microsoft.Extensions.Telemetry.Tests (9)
Logging\ExtendedLoggerFactoryTests.cs (7)
209
activity.
Start
();
217
b.
Start
();
260
activity.
Start
();
294
activity.
Start
();
321
activity.
Start
();
347
activity.
Start
();
421
activity.
Start
();
Sampling\TraceBasedSamplerTests.cs (2)
44
activity.
Start
();
65
activity.
Start
();
System.Diagnostics.DiagnosticSource (10)
System\Diagnostics\Activity.cs (5)
216
/// The time that operation started. It will typically be initialized when <see cref="
Start
"/>
225
/// <see cref="
Start
"/> is called by appending suffix to Parent.Id
454
/// call <see cref="
Start
"/> to build the activity. You MUST call <see cref="
Start
"/> before using it.
1262
activity.
Start
();
System\Diagnostics\ActivitySource.cs (4)
118
/// If the Activity object is created, it will not start automatically. Callers need to call <see cref="Activity.
Start
()"/> to start it.
125
/// If the Activity object is created, it will not automatically start. Callers will need to call <see cref="Activity.
Start
()"/> to start it.
135
/// If the Activity object is created, it will not start automatically. Callers need to call <see cref="Activity.
Start
()"/> to start it.
151
/// 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)
31
activity.
Start
();
System.Net.Http (1)
System\Net\Http\DiagnosticsHandler.cs (1)
70
activity = new Activity(DiagnosticsHandlerLoggingStrings.RequestActivityName).
Start
();