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