2 types derived from CollectionSpec
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\Specs\Types\CollectionSpec.cs (2)
17internal abstract record CollectionWithCtorInitSpec : CollectionSpec 28internal sealed record ArraySpec : CollectionSpec
5 references to CollectionSpec
ConfigurationSchemaGenerator (5)
ConfigSchemaEmitter.cs (2)
204else if (type is CollectionSpec collection) 306private bool GenerateCollection(JsonObject currentNode, CollectionSpec collection, string typeName, string containerName)
RuntimeSource\Configuration.Binder\Specs\BindingHelperInfo.cs (1)
146case CollectionSpec collectionSpec:
RuntimeSource\Configuration.Binder\Specs\TypeIndex.cs (2)
27CollectionSpec collectionSpec => CanBindTo(collectionSpec.ElementTypeRef), 36CollectionSpec collectionSpec => CanBindTo(collectionSpec.ElementTypeRef),