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