8 references to UnsupportedTypeSpec
ConfigurationSchemaGenerator (8)
ConfigSchemaEmitter.cs (2)
212else if (type is UnsupportedTypeSpec) 397if (propertyType is UnsupportedTypeSpec)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (6)
195Debug.Assert(spec is ArraySpec or UnsupportedTypeSpec); 370Debug.Assert(spec is DictionarySpec or UnsupportedTypeSpec); 375Debug.Assert(spec is EnumerableSpec or UnsupportedTypeSpec); 747private static UnsupportedTypeSpec CreateUnsupportedCollectionSpec(TypeParseInfo typeParseInfo) 750private static UnsupportedTypeSpec CreateUnsupportedTypeSpec(TypeParseInfo typeParseInfo, NotSupportedReason reason) => 893if (typeSpec is UnsupportedTypeSpec unsupportedTypeSpec)