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