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