17 references to CollectionPopulationCastType
Microsoft.Extensions.Configuration.Binder.SourceGeneration (17)
ConfigurationBindingGenerator.Parser.cs (13)
399
CollectionPopulationCastType
populationCastType;
409
populationCastType =
CollectionPopulationCastType
.NotApplicable;
414
populationCastType =
CollectionPopulationCastType
.IDictionary;
427
populationCastType =
CollectionPopulationCastType
.NotApplicable;
434
populationCastType =
CollectionPopulationCastType
.IDictionary;
475
CollectionPopulationCastType
populationCastType;
485
populationCastType =
CollectionPopulationCastType
.NotApplicable;
490
populationCastType =
CollectionPopulationCastType
.ICollection;
502
populationCastType =
CollectionPopulationCastType
.NotApplicable;
509
populationCastType =
CollectionPopulationCastType
.ICollection;
516
populationCastType =
CollectionPopulationCastType
.NotApplicable;
523
populationCastType =
CollectionPopulationCastType
.ISet;
531
populationCastType =
CollectionPopulationCastType
.ICollection;
Emitter\CoreBindingHelpers.cs (1)
1502
if (type.PopulationCastType is
CollectionPopulationCastType
.NotApplicable)
Specs\TypeIndex.cs (2)
86
CollectionPopulationCastType
castType = type.PopulationCastType;
87
Debug.Assert(castType is not
CollectionPopulationCastType
.NotApplicable);
Specs\Types\CollectionSpec.cs (1)
25
public required
CollectionPopulationCastType
PopulationCastType { get; init; }