8 references to GetEffectiveTypeSpec
Microsoft.Extensions.Configuration.Binder.SourceGeneration (8)
Emitter\CoreBindingHelpers.cs (5)
720
switch (_typeIndex.
GetEffectiveTypeSpec
(elementTypeRef))
774
ParsableFromStringSpec keyType = (ParsableFromStringSpec)_typeIndex.
GetEffectiveTypeSpec
(type.KeyTypeRef);
775
TypeSpec elementType = _typeIndex.
GetEffectiveTypeSpec
(type.ElementTypeRef);
965
switch (_typeIndex.
GetEffectiveTypeSpec
(property.TypeRef))
995
switch (_typeIndex.
GetEffectiveTypeSpec
(member.TypeRef))
Specs\TypeIndex.cs (3)
16
public bool CanBindTo(TypeRef typeRef) =>
GetEffectiveTypeSpec
(typeRef) switch
56
return
GetEffectiveTypeSpec
(typeSpec.ElementTypeRef) switch
71
TypeSpec propTypeSpec =
GetEffectiveTypeSpec
(property.TypeRef);