7 references to GetTypeSpec
Microsoft.Extensions.Configuration.Binder.SourceGeneration (7)
Emitter\CoreBindingHelpers.cs (2)
384TypeSpec memberType = _typeIndex.GetTypeSpec(member.TypeRef); 1131TypeSpec memberType = _typeIndex.GetTypeSpec(member.TypeRef);
Specs\BindingHelperInfo.cs (3)
121switch (_typeIndex.GetTypeSpec(typeRef)) 154if (_typeIndex.GetTypeSpec(collectionSpec.ElementTypeRef) is ComplexTypeSpec) 196if (_typeIndex.GetTypeSpec(property.TypeRef) is ComplexTypeSpec)
Specs\TypeIndex.cs (2)
63TypeSpec typeSpec = GetTypeSpec(typeRef); 114GetTypeSpec(typeSpec.KeyTypeRef) is ParsableFromStringSpec;