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