7 references to GetEffectiveTypeSpec
Microsoft.Extensions.Configuration.Binder.SourceGeneration (7)
Emitter\CoreBindingHelpers.cs (5)
106
TypeSpec effectiveType = _typeIndex.
GetEffectiveTypeSpec
(type);
197
(ParsableFromStringSpec)_typeIndex.
GetEffectiveTypeSpec
(type),
230
ComplexTypeSpec effectiveType = (ComplexTypeSpec)_typeIndex.
GetEffectiveTypeSpec
(type);
264
ComplexTypeSpec effectiveType = (ComplexTypeSpec)_typeIndex.
GetEffectiveTypeSpec
(type);
1132
ComplexTypeSpec effectiveMemberType = (ComplexTypeSpec)_typeIndex.
GetEffectiveTypeSpec
(memberType);
Specs\BindingHelperInfo.cs (1)
95
ParsableFromStringSpec effectiveType = (ParsableFromStringSpec)_typeIndex.
GetEffectiveTypeSpec
(typeSpec);
Specs\TypeIndex.cs (1)
64
return
GetEffectiveTypeSpec
(typeSpec);