8 references to GetTypeSpec
ConfigurationSchemaGenerator (8)
ConfigSchemaEmitter.cs (4)
193var effectiveType = _typeIndex.GetTypeSpec(nullable.EffectiveTypeRef); 277var propertyType = _typeIndex.GetTypeSpec(property.TypeRef); 322var elementType = _typeIndex.GetTypeSpec(collection.ElementTypeRef); 597var enumTypeSpec = _typeIndex.GetTypeSpec(parsable.TypeRef);
RuntimeSource\Configuration.Binder\Specs\BindingHelperInfo.cs (2)
121switch (_typeIndex.GetTypeSpec(typeRef)) 168if (_typeIndex.GetTypeSpec(property.TypeRef) is ComplexTypeSpec)
RuntimeSource\Configuration.Binder\Specs\TypeIndex.cs (2)
58TypeSpec typeSpec = GetTypeSpec(typeRef); 104GetTypeSpec(typeSpec.KeyTypeRef) is ParsableFromStringSpec;