7 references to TypeNameHelper
Microsoft.Extensions.DependencyInjection (7)
ServiceLookup\CallSiteChain.cs (5)
41
messageBuilder.Append(SR.Format(SR.CircularDependencyException,
TypeNameHelper
.GetTypeDisplayName(serviceIdentifier.ServiceType)));
60
builder.Append(
TypeNameHelper
.GetTypeDisplayName(serviceIdentifier.ServiceType));
64
builder.Append(
TypeNameHelper
.GetTypeDisplayName(serviceIdentifier.ServiceType))
66
.Append(
TypeNameHelper
.GetTypeDisplayName(implementationType))
73
builder.Append(
TypeNameHelper
.GetTypeDisplayName(currentlyResolving.ServiceType));
ServiceLookup\CallSiteRuntimeResolver.cs (1)
105
SR.Format(SR.CircularDependencyException,
TypeNameHelper
.GetTypeDisplayName(callSite.ServiceType)));
ServiceLookup\ServiceProviderEngineScope.cs (1)
140
throw new InvalidOperationException(SR.Format(SR.AsyncDisposableServiceDispose,
TypeNameHelper
.GetTypeDisplayName(toDispose[i])));