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