8 references to Log
Microsoft.Extensions.DependencyInjection (8)
ServiceLookup\DynamicServiceProviderEngine.cs (1)
42DependencyInjectionEventSource.Log.ServiceRealizationFailed(ex, _serviceProvider.GetHashCode());
ServiceLookup\Expressions\ExpressionResolverBuilder.cs (1)
73DependencyInjectionEventSource.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)
93DependencyInjectionEventSource.Log.ServiceProviderBuilt(this); 154DependencyInjectionEventSource.Log.ServiceProviderDisposed(this); 178DependencyInjectionEventSource.Log.ServiceResolved(this, serviceIdentifier.ServiceType); 210DependencyInjectionEventSource.Log.CallSiteBuilt(this, serviceIdentifier.ServiceType, callSite);