1 override of CreateCore
Microsoft.Extensions.Diagnostics (1)
Tracing\DefaultActivitySourceFactory.cs (1)
48protected override ActivitySource CreateCore(ActivitySourceOptions options)
3 references to CreateCore
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\ActivitySourceFactory.cs (3)
13/// <see cref="CreateCore(ActivitySourceOptions)"/> to provide the actual creation logic; the framework invariants 28/// and delegates construction to <see cref="CreateCore(ActivitySourceOptions)"/>. The caller-supplied 49return CreateCore(scoped);