5 references to IsExemptType
Microsoft.DotNet.Internal.DependencyInjection.Testing (5)
DependencyInjectionValidation.cs (5)
57
if (
IsExemptType
(service.ImplementationType) ||
IsExemptType
(service.ServiceType))
216
if (
IsExemptType
(optionType))
225
if (
IsExemptType
(parameterType))
258
return
IsExemptType
(type.GetGenericTypeDefinition());