7 references to NotApplicable
Microsoft.Extensions.Configuration.Binder.SourceGeneration (7)
ConfigurationBindingGenerator.Parser.cs (5)
409populationCastType = CollectionPopulationCastType.NotApplicable; 427populationCastType = CollectionPopulationCastType.NotApplicable; 485populationCastType = CollectionPopulationCastType.NotApplicable; 502populationCastType = CollectionPopulationCastType.NotApplicable; 516populationCastType = CollectionPopulationCastType.NotApplicable;
Emitter\CoreBindingHelpers.cs (1)
1502if (type.PopulationCastType is CollectionPopulationCastType.NotApplicable)
Specs\TypeIndex.cs (1)
87Debug.Assert(castType is not CollectionPopulationCastType.NotApplicable);