2 references to CircularDependencyException
Microsoft.Extensions.DependencyInjection (2)
ServiceLookup\CallSiteChain.cs (1)
41
messageBuilder.Append(SR.Format(SR.
CircularDependencyException
, TypeNameHelper.GetTypeDisplayName(serviceIdentifier.ServiceType)));
ServiceLookup\CallSiteRuntimeResolver.cs (1)
105
SR.Format(SR.
CircularDependencyException
, TypeNameHelper.GetTypeDisplayName(callSite.ServiceType)));