3 references to CreateUnsupportedTypeSpec
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
ConfigurationBindingGenerator.Parser.cs (3)
212
spec =
CreateUnsupportedTypeSpec
(typeParseInfo, NotSupportedReason.UnknownType);
344
return
CreateUnsupportedTypeSpec
(typeParseInfo, NotSupportedReason.MultiDimArraysNotSupported);
804
=>
CreateUnsupportedTypeSpec
(typeParseInfo, NotSupportedReason.CollectionNotSupported);