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