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