7 references to GetTypeDisplayName
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)));
src\libraries\Common\src\Extensions\TypeNameHelper\TypeNameHelper.cs (1)
38
return item == null ? null :
GetTypeDisplayName
(item.GetType(), fullName);