3 references to IsCollection
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
ConfigurationBindingGenerator.Parser.cs (3)
201
else if (
IsCollection
(type))
598
if (!
IsCollection
(type))
617
Debug.Assert(
IsCollection
(type));