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