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