7 references to GetEffectiveTypeSpec
Microsoft.Extensions.Configuration.Binder.SourceGeneration (7)
Emitter\CoreBindingHelpers.cs (5)
717switch (_typeIndex.GetEffectiveTypeSpec(elementTypeRef)) 771ParsableFromStringSpec keyType = (ParsableFromStringSpec)_typeIndex.GetEffectiveTypeSpec(type.KeyTypeRef); 772TypeSpec elementType = _typeIndex.GetEffectiveTypeSpec(type.ElementTypeRef); 962switch (_typeIndex.GetEffectiveTypeSpec(property.TypeRef)) 991switch (_typeIndex.GetEffectiveTypeSpec(member.TypeRef))
Specs\TypeIndex.cs (2)
16public bool CanBindTo(TypeRef typeRef) => GetEffectiveTypeSpec(typeRef) switch 47TypeSpec propTypeSpec = GetEffectiveTypeSpec(property.TypeRef);