7 references to GetEffectiveTypeSpec
Microsoft.Extensions.Configuration.Binder.SourceGeneration (7)
Emitter\CoreBindingHelpers.cs (5)
419TypeSpec typeSpec = _typeIndex.GetEffectiveTypeSpec(member.TypeRef); 712switch (_typeIndex.GetEffectiveTypeSpec(elementTypeRef)) 766ParsableFromStringSpec keyType = (ParsableFromStringSpec)_typeIndex.GetEffectiveTypeSpec(type.KeyTypeRef); 767TypeSpec elementType = _typeIndex.GetEffectiveTypeSpec(type.ElementTypeRef); 888switch (_typeIndex.GetEffectiveTypeSpec(member.TypeRef))
Specs\TypeIndex.cs (2)
16public bool CanBindTo(TypeRef typeRef) => GetEffectiveTypeSpec(typeRef) switch 42TypeSpec propTypeSpec = GetEffectiveTypeSpec(property.TypeRef);