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