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