2 references to _index
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\Specs\TypeIndex.cs (2)
65
TypeSpec effectiveSpec = effectiveRef == typeSpec.TypeRef ? typeSpec :
_index
[effectiveRef];
69
public TypeSpec GetTypeSpec(TypeRef typeRef) =>
_index
[typeRef];