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