1 instantiation of EnumerableSpec
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (1)
516
return new
EnumerableSpec
(type)
2 references to EnumerableSpec
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (1)
375
Debug.Assert(spec is
EnumerableSpec
or UnsupportedTypeSpec);
RuntimeSource\Configuration.Binder\Specs\TypeIndex.cs (1)
91
if (type is
EnumerableSpec
)