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