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