3 references to IsCollection
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
ConfigurationBindingGenerator.Parser.cs (3)
198
else if (
IsCollection
(type))
595
if (!
IsCollection
(type))
614
Debug.Assert(
IsCollection
(type));