17 references to CollectionPopulationCastType
Microsoft.Extensions.Configuration.Binder.SourceGeneration (17)
ConfigurationBindingGenerator.Parser.cs (13)
396
CollectionPopulationCastType
populationCastType;
406
populationCastType =
CollectionPopulationCastType
.NotApplicable;
411
populationCastType =
CollectionPopulationCastType
.IDictionary;
424
populationCastType =
CollectionPopulationCastType
.NotApplicable;
431
populationCastType =
CollectionPopulationCastType
.IDictionary;
472
CollectionPopulationCastType
populationCastType;
482
populationCastType =
CollectionPopulationCastType
.NotApplicable;
487
populationCastType =
CollectionPopulationCastType
.ICollection;
499
populationCastType =
CollectionPopulationCastType
.NotApplicable;
506
populationCastType =
CollectionPopulationCastType
.ICollection;
513
populationCastType =
CollectionPopulationCastType
.NotApplicable;
520
populationCastType =
CollectionPopulationCastType
.ISet;
528
populationCastType =
CollectionPopulationCastType
.ICollection;
Emitter\CoreBindingHelpers.cs (1)
1319
if (type.PopulationCastType is
CollectionPopulationCastType
.NotApplicable)
Specs\TypeIndex.cs (2)
81
CollectionPopulationCastType
castType = type.PopulationCastType;
82
Debug.Assert(castType is not
CollectionPopulationCastType
.NotApplicable);
Specs\Types\CollectionSpec.cs (1)
25
public required
CollectionPopulationCastType
PopulationCastType { get; init; }