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