3 references to GetDisplayName
Microsoft.DotNet.Internal.DependencyInjection.Testing (3)
DependencyInjectionValidation.cs (3)
156msgBuilder.Append(GetDisplayName(p.ParameterType)); 174msgBuilder.Append(GetDisplayName(p.ParameterType)); 195return $"{baseName}<{string.Join(", ", type.GetGenericArguments().Select(GetDisplayName))}>";