2 references to IsImmutableArrayCompatibleInterface
Microsoft.Extensions.Configuration.Binder (2)
ConfigurationBinder.cs (2)
382
if (type.IsArray ||
IsImmutableArrayCompatibleInterface
(type))
516
if (type.IsArray ||
IsImmutableArrayCompatibleInterface
(type))