15 references to CollectionPopulationCastType
ConfigurationSchemaGenerator (15)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (13)
392
CollectionPopulationCastType
populationCastType;
401
populationCastType =
CollectionPopulationCastType
.NotApplicable;
405
populationCastType =
CollectionPopulationCastType
.IDictionary;
417
populationCastType =
CollectionPopulationCastType
.NotApplicable;
423
populationCastType =
CollectionPopulationCastType
.IDictionary;
459
CollectionPopulationCastType
populationCastType;
468
populationCastType =
CollectionPopulationCastType
.NotApplicable;
472
populationCastType =
CollectionPopulationCastType
.ICollection;
483
populationCastType =
CollectionPopulationCastType
.NotApplicable;
489
populationCastType =
CollectionPopulationCastType
.ICollection;
495
populationCastType =
CollectionPopulationCastType
.NotApplicable;
501
populationCastType =
CollectionPopulationCastType
.ISet;
507
populationCastType =
CollectionPopulationCastType
.ICollection;
RuntimeSource\Configuration.Binder\Specs\TypeIndex.cs (2)
81
CollectionPopulationCastType
castType = type.PopulationCastType;
82
Debug.Assert(castType is not
CollectionPopulationCastType
.NotApplicable);