7 references to NotApplicable
Microsoft.Extensions.Configuration.Binder.SourceGeneration (7)
ConfigurationBindingGenerator.Parser.cs (5)
406populationCastType = CollectionPopulationCastType.NotApplicable; 424populationCastType = CollectionPopulationCastType.NotApplicable; 482populationCastType = CollectionPopulationCastType.NotApplicable; 499populationCastType = CollectionPopulationCastType.NotApplicable; 513populationCastType = CollectionPopulationCastType.NotApplicable;
Emitter\CoreBindingHelpers.cs (1)
1319if (type.PopulationCastType is CollectionPopulationCastType.NotApplicable)
Specs\TypeIndex.cs (1)
82Debug.Assert(castType is not CollectionPopulationCastType.NotApplicable);