1 instantiation of UnsupportedTypeSpec
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (1)
751new(typeParseInfo.TypeSymbol) { NotSupportedReason = reason };
8 references to UnsupportedTypeSpec
ConfigurationSchemaGenerator (8)
ConfigSchemaEmitter.cs (2)
208else if (type is UnsupportedTypeSpec) 393if (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)