1 write to TypeRef
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\Specs\Types\TypeSpec.cs (1)
15
TypeRef
= new TypeRef(type);
9 references to TypeRef
ConfigurationSchemaGenerator (9)
ConfigSchemaEmitter.cs (1)
601
var enumTypeSpec = _typeIndex.GetTypeSpec(parsable.
TypeRef
);
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (2)
57
ConfigTypes = _createdTypeSpecs.Values.OrderBy(s => s.
TypeRef
.FullyQualifiedName).ToImmutableEquatableArray(),
166
return memberTypeSpec.
TypeRef
;
RuntimeSource\Configuration.Binder\Parser\ConfigurationBinder.cs (1)
263
_helperInfoBuilder!.TryRegisterTransitiveTypesForMethodGen(complexTypeSpec.
TypeRef
))
RuntimeSource\Configuration.Binder\Specs\BindingHelperInfo.cs (2)
83
if (TryRegisterTransitiveTypesForMethodGen(type.
TypeRef
))
103
if (TryRegisterTransitiveTypesForMethodGen(type.
TypeRef
))
RuntimeSource\Configuration.Binder\Specs\TypeIndex.cs (2)
65
TypeSpec effectiveSpec = effectiveRef == typeSpec.
TypeRef
? typeSpec : _index[effectiveRef];
117
string displayString = type.
TypeRef
.FullyQualifiedName;
RuntimeSource\Configuration.Binder\Specs\Types\TypeSpec.cs (1)
16
EffectiveTypeRef =
TypeRef
; // Overridden by NullableSpec.