5 references to IsExemptType
Microsoft.DotNet.Internal.DependencyInjection.Testing (5)
DependencyInjectionValidation.cs (5)
54
if (
IsExemptType
(service.ImplementationType) ||
IsExemptType
(service.ServiceType))
213
if (
IsExemptType
(optionType))
222
if (
IsExemptType
(parameterType))
255
return
IsExemptType
(type.GetGenericTypeDefinition());