8 references to GetEffectiveTypeSpec
Microsoft.Extensions.Configuration.Binder.SourceGeneration (8)
Emitter\CoreBindingHelpers.cs (6)
105
TypeSpec effectiveType = _typeIndex.
GetEffectiveTypeSpec
(type);
196
(ParsableFromStringSpec)_typeIndex.
GetEffectiveTypeSpec
(type),
229
ComplexTypeSpec effectiveType = (ComplexTypeSpec)_typeIndex.
GetEffectiveTypeSpec
(type);
265
ComplexTypeSpec effectiveType = (ComplexTypeSpec)_typeIndex.
GetEffectiveTypeSpec
(type);
962
!_typeIndex.
GetEffectiveTypeSpec
(complexType).IsValueType &&
1007
ComplexTypeSpec effectiveMemberType = (ComplexTypeSpec)_typeIndex.
GetEffectiveTypeSpec
(memberType);
Specs\BindingHelperInfo.cs (1)
95
ParsableFromStringSpec effectiveType = (ParsableFromStringSpec)_typeIndex.
GetEffectiveTypeSpec
(typeSpec);
Specs\TypeIndex.cs (1)
59
return
GetEffectiveTypeSpec
(typeSpec);