2 types derived from CollectionSpec
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
Specs\Types\CollectionSpec.cs (2)
17internal abstract record CollectionWithCtorInitSpec : CollectionSpec 30internal sealed record ArraySpec : CollectionSpec
7 references to CollectionSpec
Microsoft.Extensions.Configuration.Binder.SourceGeneration (7)
Emitter\CoreBindingHelpers.cs (4)
963complexType is not CollectionSpec && 988_writer.WriteLine($"{memberAccessExpr} = global::System.{Identifier.Array}.Empty<{((CollectionSpec)complexType).ElementTypeRef.FullyQualifiedName}>();"); 1209CollectionSpec? collectionType = type as CollectionSpec;
Specs\BindingHelperInfo.cs (1)
149case CollectionSpec collectionSpec:
Specs\TypeIndex.cs (2)
27CollectionSpec collectionSpec => CanBindTo(collectionSpec.ElementTypeRef), 36CollectionSpec collectionSpec => CanBindTo(collectionSpec.ElementTypeRef),