1 type derived from ActivitySourceFactory
Microsoft.Extensions.Diagnostics (1)
Tracing\DefaultActivitySourceFactory.cs (1)
14
internal sealed class DefaultActivitySourceFactory :
ActivitySourceFactory
8 references to ActivitySourceFactory
Microsoft.Extensions.Diagnostics (2)
Tracing\TracingServiceExtensions.cs (2)
27
services.TryAddSingleton<
ActivitySourceFactory
, DefaultActivitySourceFactory>();
61
private sealed class SubscriptionActivator(
ActivitySourceFactory
factory) : IConfigureOptions<NoOpOptions>
Microsoft.Extensions.Diagnostics.Abstractions (4)
Tracing\ActivitySourceScopes.cs (2)
11
/// dependency injection with <see cref="System.Diagnostics.
ActivitySourceFactory
.Create(System.Diagnostics.ActivitySourceOptions)"/> (<see cref="Local"/>).
27
/// Indicates <see cref="System.Diagnostics.ActivitySource"/> instances created via <see cref="System.Diagnostics.
ActivitySourceFactory
"/>.
Tracing\TracingBuilderExtensions.Listeners.cs (2)
26
/// <see cref="
ActivitySourceFactory
"/> is first resolved, snapshots the delegate properties from the supplied
57
/// <see cref="
ActivitySourceFactory
"/> is first resolved, snapshots the delegate properties from the supplied
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\ActivitySourceFactory.cs (2)
85
/// Releases all resources used by the <see cref="
ActivitySourceFactory
"/>.
94
/// Releases the unmanaged resources used by the <see cref="
ActivitySourceFactory
"/> and optionally releases the managed resources.