3 references to CreateUnsupportedTypeSpec
ConfigurationSchemaGenerator (3)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (3)
211spec = CreateUnsupportedTypeSpec(typeParseInfo, NotSupportedReason.UnknownType); 343return CreateUnsupportedTypeSpec(typeParseInfo, NotSupportedReason.MultiDimArraysNotSupported); 748=> CreateUnsupportedTypeSpec(typeParseInfo, NotSupportedReason.CollectionNotSupported);