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