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