3 references to TypeIndex
ConfigurationSchemaGenerator (3)
ConfigSchemaEmitter.cs (1)
34private readonly TypeIndex _typeIndex = new TypeIndex(spec.AllTypes);
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (1)
121TypeIndex typeIndex = new(_createdTypeSpecs.Values);
RuntimeSource\Configuration.Binder\Specs\BindingHelperInfo.cs (1)
25internal sealed class Builder(TypeIndex _typeIndex)