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