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