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