4 references to
Microsoft.Extensions.Configuration.Binder.SourceGeneration (4)
Specs\Types\SimpleTypeSpec.cs (1)
10
public SimpleTypeSpec(ITypeSymbol type) :
base
(type) { }
Specs\Types\TypeSpec.cs (3)
53
protected ComplexTypeSpec(ITypeSymbol type) :
base
(type) { }
58
public NullableSpec(ITypeSymbol type, TypeRef underlyingTypeRef) :
base
(type) =>
64
public UnsupportedTypeSpec(ITypeSymbol type) :
base
(type) { }