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