8 references to Log
Microsoft.Extensions.DependencyInjection (8)
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);