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