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