1 instantiation of DependencyInjectionEventSource
Microsoft.Extensions.DependencyInjection (1)
DependencyInjectionEventSource.cs (1)
18
public static readonly DependencyInjectionEventSource Log = new
DependencyInjectionEventSource
();
10 references to DependencyInjectionEventSource
Microsoft.Extensions.DependencyInjection (10)
DependencyInjectionEventSource.cs (2)
18
public static readonly
DependencyInjectionEventSource
Log = new DependencyInjectionEventSource();
305
public static void ExpressionTreeGenerated(this
DependencyInjectionEventSource
source, ServiceProvider provider, Type serviceType, Expression expression)
ServiceLookup\DynamicServiceProviderEngine.cs (1)
42
DependencyInjectionEventSource
.Log.ServiceRealizationFailed(ex, _serviceProvider.GetHashCode());
ServiceLookup\Expressions\ExpressionResolverBuilder.cs (1)
74
DependencyInjectionEventSource
.Log.ExpressionTreeGenerated(_rootScope.RootProvider, callSite.ServiceType, expression);
ServiceLookup\ILEmit\ILEmitResolverBuilder.cs (1)
124
DependencyInjectionEventSource
.Log.DynamicMethodBuilt(_rootScope.RootProvider, callSite.ServiceType, ilGenerator.ILOffset);
ServiceLookup\ServiceProviderEngineScope.cs (1)
209
DependencyInjectionEventSource
.Log.ScopeDisposed(RootProvider.GetHashCode(), ResolvedServices.Count, _disposables?.Count ?? 0);
ServiceProvider.cs (4)
95
DependencyInjectionEventSource
.Log.ServiceProviderBuilt(this);
156
DependencyInjectionEventSource
.Log.ServiceProviderDisposed(this);
180
DependencyInjectionEventSource
.Log.ServiceResolved(this, serviceIdentifier.ServiceType);
212
DependencyInjectionEventSource
.Log.CallSiteBuilt(this, serviceIdentifier.ServiceType, callSite);