4 references to
ConfigurationSchemaGenerator (4)
RuntimeSource\Configuration.Binder\Specs\Types\SimpleTypeSpec.cs (1)
10
public SimpleTypeSpec(ITypeSymbol type) :
base
(type) { }
RuntimeSource\Configuration.Binder\Specs\Types\TypeSpec.cs (3)
43
protected ComplexTypeSpec(ITypeSymbol type) :
base
(type) { }
48
public NullableSpec(ITypeSymbol type, TypeRef underlyingTypeRef) :
base
(type) =>
54
public UnsupportedTypeSpec(ITypeSymbol type) :
base
(type) { }